|
| cool Statistics |
| | coolcommands: | 1338 | | Categories: | 83 | | Total queries: | 620283 | | Members: | 22813 | |
|
|
|
|
Search coolcommands.com
 |
Submitted by:
lvo   |
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
|  |  |  |  |
|
|
|
|
|
|
Top 5 Submitters
|
|---|
| lvo | 1160 |
| audet | 37 |
| kah00na | 32 |
| Mariom | 24 |
| lebjf000 | 14 |
Top 5 Searches
|
| Category Solaris | 51952 |
| Category AIX | 49028 |
| Category General UNIX | 47581 |
| solaris | 23554 |
| aix | 22739 |
|
|
|
|