coolcommands.com - the search engine for unix sysadmins :: unix commands and scripts
Saturday July 31, 2010


 Home
 Search
 Advanced Search
 Category Search
 Affiliates
 Acknowledgements
 Cool Links

Username

Password

Remember me
Forgot your password?
Create an account

Who's Online
We have 21 guests online

Newest Member

solten

Hit Counter
4558365 Visitors

cool Statistics
coolcommands:1313
Categories:82
Total queries:520244
Members:4224





Category Search coolcommands.com
Select Category:


coolcommand

find files by size and modification time in current filesystem
Description

To find a file that is greater than 10 MB and was modified in the last 24 hours without descending directories on other filesystems (as root):

# find /fs -mtime -1 -xdev -size +20000 -ls
Example

find /fs -mtime -1 -xdev -size +20000 -ls

Return to search results

Random coolcommands

coolcommand: how to add files/folders to zip
Example: java/bin/jar -uMf archive.zip 'file/folder'
[show me the details]
coolcommand: general steps to install new perl cpan modules
Example: perl -MCPAN -e shell
[show me the details]
coolcommand: iostat - get hardware configuration in Sun Solaris
Example: iostat -En
[show me the details]
coolcommand: how to create a tar archive that splits itself on the fly
Example: tar -cz MyBigDir | split -d -b 650000000 - tarpart; cat tarpart* | tar -xz
[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

lvo1138
audet37
kah00na32
Mariom24
lebjf00013

Top 5 Searches

Category Solaris42397
Category AIX37570
Category General UNIX33788
solaris20551
aix19172

Terms of Use
Privacy
Contact


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