Microsoft
Software
Hardware
Network
Question : find files which filesize > 200KB
Hi,
I would like to find following in Solaris:
[1] count number of files(bad long files) if file size > 200KB
[2] send mail if above count is more then 50.
Answer : find files which filesize > 200KB
test `find . -type f -size +400 | wc -l` -gt 50 && sendmail -t <
To: user
Subject: count is more then 50
END
Random Solutions
D2k Triggers...
force PowerShell to wait for cmdlet execution to end
RecordSet to Table - Access
Outlook 2007 Color Categories
DoCmd.OutputTo acOutputStoredProcedure fails with second parameter
bat file help - how to do a backup
How to limit number of routes per ip
access time and use_hash(Oracle PL/SQL)
How to deploy ssrs reports in a sharepoint portal?
getting flash to read the url loading page to goto specific frame on the timeline