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


10 Useful Linux Commands

Dec 31, 2009, 06:32 (1 Talkback[s])

[ Thanks to Chris7mas for this link. ]

"Here's a list of 10 commands which may come handy when using the command line in Linux:

"Search for all files modified in the last N days containing a specific text in their name

find DIR -mtime -N -name "*TEXT*"

"For example:

find ~ -mtime -5 -name "*log*"

Complete Story

Related Stories: