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
GPS Maps
Top Percent with varable
Generate a list of ACL-and-folder that contains a Group object in AD
Postfix error log
Excel shared workbook -- hidden columns (and other settings)
Changing IE Content Advisor approved sites for non-administrators
DCOM was unable to communicate with the computer using any of the configured protocols
preload a html page while flash movie is playing
Linux rm command
How do I pass 2 parameters into a powershell script?