|
| |
:10 Useful Linux Commands
10 Useful Linux Commands Dec 31, 2009, 06 :32 UTC (1 Talkback[s]) (6777 reads) |
[ 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:
3 Wonderful Open-Source Games to Install After Installing Ubuntu(Dec 29, 2009)
Full Review: Nexuiz 2.5.2 - Free First-Person Shooter for Linux(Dec 28, 2009)
Listen Review - Alternative Music Player for GNOME(Dec 24, 2009)
How-To: Install OpenOffice.org 3.1.1 in Ubuntu 9.04 Jaunty Jackalope(Sep 08, 2009)
7 Reasons to Use Debian(Aug 31, 2009)
Install Hive Rise in Ubuntu - Free RTS Game for Linux(Aug 26, 2009)
Audacious 2.1 Review - Powerful Audio Replacement for XMMS(Aug 26, 2009)
Top 7 Xfce Applications(Aug 25, 2009)
World of Padman - Open-Source First-Person Shooter Game for Linux(Aug 24, 2009)
|