12-04-2009, 04:27 AM
How about output redirection.
For example, you can redirect the output of the "ls" command from the monitor to a file that you create on the fly like so:
ls > filename
Can this also be used to create directories on the fly?
For example, you can redirect the output of the "ls" command from the monitor to a file that you create on the fly like so:
ls > filename
Can this also be used to create directories on the fly?