Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


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: