Linux Tip of the Day - the Execution of find
Dec 12, 2008, 10:34 (1 Talkback[s])
"You can use it to get a nice list of all the files in a
directory tree:
find . -type f -exec ll {} ;
or to copy all the files in a directory tree into one, large
directory:"
Complete Story
Related Stories: