View Single Post
Copernicus's Avatar
Posts: 1,986 | Thanked: 7,698 times | Joined on Dec 2010 @ Dayton, Ohio
#8
Originally Posted by pichlo View Post
No torchio "hello world" then?
Or will the stdin variant recognize a string parameter?
If not, then I suggest -ms "bla bla" or -mi "bla bla" (s for string, i for immediate).
Actually, since it's using stdin, you can do things like

Code:
> echo 'hello world' | /opt/torchio/bin/torchio -m
or, you could just type text in directly from the console:

Code:
> /opt/torchio/bin/torchio -m
hello world
So, I was kind of thinking that a string input option would be unnecessary.
 

The Following 5 Users Say Thank You to Copernicus For This Useful Post: