Friday, February 24, 2012

Random Unix Cmd For Listing Files

 A random tip on searching directories on unix...

I'm looking to create a single-column list of file names inside a directory.

I don't want any of the meta-data (eg. modification time, permissions...)

$ ls -C1
 file1.txt
 file2.txt
 file3.txt

For more info:
$ man ls

No comments:

Post a Comment