On Sat, 28 Nov 2015 10:30:40 -0800
Dick Steffens <[email protected]> dijo:

>ls is the command line tool. There are, as usual, many options to use 
>with ls. (See man ls.) When I need to do something like this, which is 
>rare, I use ls -1 to get everything in the directory listed one item
>per line, and redirect it into a text file. Then I can edit the text
>file to remove what I don't want, or just print it.
>
>Example:
>
>$ ls -1 > list.txt

Perfect!
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to