coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Thursday May 23, 2013


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?

Who's Online
We have 23 guests online

Newest Member

nbewwmbxog

Hit Counter
11563834 Visitors

cool Statistics
coolcommands:1338
Categories:83
Total queries:620283
Members:22813





Search coolcommands.com
Search Keyword:


coolcommand

find files by modified time
Description

To find all files more than 300 days old (as root):

# find . -type f -mtime +300 -print

To also delete them:

# find . -type f -mtime +300 -exec rm {} \;
Example

find . -mtime +300 -print

Return to search results

Random coolcommands

coolcommand: trapstat - how to report trap statistics in Solaris
Example: trapstat
[show me the details]
coolcommand: how to create an image with variable text on the fly with PHP
Example: http://www.domain.com/button_on.php?text=SomeText
[show me the details]
coolcommand: egrep - how to search a file for a strig or a regular expression
Example: egrep '(Sally|Fred) (Smith|Jones|Parker)' telephone.list
[show me the details]
coolcommand: vios_nim_backup.sh - VIOS backup script to a NIM server
Example: vios_nim_backup.sh
[show me the details]

coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts



FREE
myPMS

Password
Management
System

by

LVOware.com




Top 5 Submitters

lvo1160
audet37
kah00na32
Mariom24
lebjf00014

Top 5 Searches

Category Solaris51952
Category AIX49028
Category General UNIX47581
solaris23554
aix22739

Terms of Use
Privacy
Contact


 
coolcommands.com © 2013. All Right Reserved.
Programming by PRATTICO Consulting . Hosting by Apricusum