File Size

Mark Knecht markknecht at gmail.com
Sat Apr 16 16:53:15 UTC 2005


> 
> And to add file sizes, inode nums and other information, add this
> (also saves the output to a file named "save_it":
> 
> find . -size -130c -ls > save_it
> --

But if you want to play with grep then maybe add it in to ensure
you're picking up just what you're looking for:

find . -size -130c -ls | grep mp3

- Mark




More information about the Redhat-install-list mailing list