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
Delegate ability to add computers to domain but not delete
Sort by only last digit in a column in excel
bad_pool_caller error when loading os
how to open a port on cisco 1700
How to migrate Domain Controller (Windows 2003 Server SP1) running on Compaq Proliant 1600 server to different hardware of desktop computer (in a lab)
Mac OSX + launchd and apache
Exchange 5.5 - How to setup a smarthost to provide Pop3 access, without mailboxes
Create unattended installation of Office 2003 Sp2,Winxp sp2,Win 2003 sp1 and sp2
Need help migrating to Access 2007 from 2003
Upgrading SQL Server 2000 RTM to Service Pack 4