finding files
Last couple of months I've wanted my output format to look like this from find:
Mon Feb 15 12:49:18 2010, 50356KB, ./files.txt
This was the printf format I've used.
find . -name tmp* -type f -printf "%t, %kKB, %h/%f\n"
Posted by Paul Cooley at 7:42:00 AM 22 comments
A good crontab summay.
*/10 * * * * /bin/execute/this/script.sh 2>&1 >> /var/log/script_output.log
Posted by Paul Cooley at 5:55:00 AM 7 comments