Pario TechnoBlob
About Posts

Tag: bash

Script to delete files listed in a file This is a short one liner bash script to delete files in a file. The script also handles filenames with space in them. <br /> $ while read file; do rm "$file";...
Nov 12, 2012 11:17PM
Rotate and rename images according to their EXIF info This is my short script to rotate and rename image files accoring to date captured based on their EXIF info. You need jhead and exiv2 to run this. These two programs are also...
Sep 24, 2012 1:17PM
Backup of Zimbra MailBox using zmmailbox This is a short script I use to backup the Zimbra mailbox content for my users. This has been used on a Zimbra Collaboration Server (ZCS Open Source Edition) 7.2 installation,...
Aug 2, 2012 3:27AM
Rename AVCHD files using Exiftools Simple bash script to rename AVCHD/MTS/MOV files to match their recording date and time. <br /> #!/bin/bash<br /> if [ -z "$1" ]; then<br /> echo...
Jul 17, 2012 11:47PM
«« « 1 2 3  …  21 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom