I am trying to writ a script that would search a system for certain file
sizes and if so e-mail  me.
Something like this. Thanks [EMAIL PROTECTED]

#!/usr/bin/perl -w

if {
qx(find \ -size +100000000c -print > /root/big_files |  e-mail me)
else

Reply via email to