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
Exchange 2003 Front-End/Back-End Info
perl daemon
Limited users can not burn CD programatically
MySQL query by hour difference
Need help in creating a short script to upload a file to my server.
Outlook 2003 - Logo image in signature being sent as an attachment
Need uers to reset Print Spooler
Word VBA how to find/delete pge breaks
Hard Drive Space from G: drive to D: drive?
Importing records from external table gives duplicate records.