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
Address list & GAL,
I have two numbers that must be rounded to the next highest EVEN number.
Problem joining laptop Computer to Domain
linux php XSLT installation
SQL vs BDE
Spyware populating search history?
Redraw Images in Flash
ping request in Vmware linux instance
Drawing Template for Visio 5.0
Why is Exchange 2007 Hub Transport Server not sending via the smarthost I added to the send connector?