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
- RE: serching system for certain file sizes then e-mail. Chris Bourne
- RE: serching system for certain file sizes then e-mai... Peter Cornelius
