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
Easy question... how to copy a column and contents to another table
Displaying Time Along With Date In Ajax Calender
An error occurs while opening the specified store
Group policy not applied to clients
numberVar in isNull function
Accidentally repartiioned a drive, can I recover it
Exchange 2000 memory leak after installing Win 2K SP4
XP drivers for HP dv6235nr
Event ID: 9548 Username does not have a master account SID...
disable Remote Access To MySQL in plesk