Pario TechnoBlob
About Posts

Tag: find

Shell scripts for archiving digital photos in directories by date The fact that most digital cameras store the shooting dates inside JPEG files in the EXIF format makes it possible to automatically archive the photos by date right after they...
May 15, 2007 8:57AM
Shell script for removing duplicate files The following shell script finds duplicate (2 or more identical) files and outputs a new shell script containing commented-out rm statements for deleting them. You then have...
May 15, 2007 8:41AM
Find all web pages that reference to www.example.com find / -name '*html' -print \ | xargs grep -l 'www.example.com' \ | less -Opages
May 7, 2007 1:15PM
Cronjobb som sletter gamle filer find /data/folder -type f -uid 400 -atime +2 -exec /bin/rm {} ; find /data/folder -type d -uid 400 -atime +2 | sort -r | /usr/bin/perl -e 'foreach (<>) {chop; rmdir;
Apr 15, 2007 4:09PM
«« « 1 2 3 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom