|
| |
:Linux Tip of the Day - the Execution of find
Linux Tip of the Day - the Execution of find Dec 12, 2008, 10 :34 UTC (1 Talkback[s]) (3290 reads) |
"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:
Linux Tip of the Day - Look For a String(Oct 30, 2008)
Linux Tip of the Day - Paths Easier to Read(Sep 18, 2008)
Linux Tip of the Day - Find the Hog(Sep 17, 2008)
The Joys of xargs(Aug 29, 2008)
Linux Tip of the Day -- Process Execution Time(Aug 29, 2008)
15 Examples To Master Linux Command Line History(Aug 12, 2008)
|