Record Audio in Rev on Linux OS?
Peter Alcibiades
palcibiades-first at yahoo.co.uk
Fri Apr 23 13:01:19 EDT 2010
Sorry, deeply embarrassing, of course what you need to do is not
ls | gedit
but first redirect the ls output to a file, and then redirect this file to
gedit, as in
ls > test.txt | gedit
The > is a way of sending the output of the command to the file instead of
to the terminal. Then the | operator sends it to gedit, which opens with
it.
At least, I hope it does! Quick, someone who knows about this stuff join
in!
Peter
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Record-Audio-in-Rev-on-Linux-OS-tp2016409p2062546.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list