Pario TechnoBlob
About
Posts
Tag: find
Fikse rett dato på bildefil ut i fra EXIF info
Av og til kopierer man bilder og da kan det hende bildefila får feil dato og tid for når bildet ble tatt. Kjør dette scriptet er for å rette dette igjen
Delete files older than x days
find /data/folder -type f -ctime +60 -exec /bin/rm {} \;
Courier-IMAP to Dovecot Migration Script
I’ve just migrated a couple of servers from Courier-IMAP to Dovecot, and am very happy with the latter so far. I thought I’d share the courier2dovecot shell script I whipped...
Shell scripts for archiving digital photos in directories by month
This is my version of the shell script “Shell scripts for archiving digital photos in directories by date“. It utilizes the exiftags command available in most linux...
««
«
1
2
3
»
»»