find . -mtime 30|xargs -d "\n" tar -czvf backup.tar.gz
find . -name "print.txt"|xargs perl -i.bak -lne 'print;print "some text" if eof'
ls -1 *.txt | nawk '{p=$0;gsub("txt","c");system("mv "p" "$0);}'
Leave a comment: