Pario TechnoBlob
About Posts

Tag: bash

Rename files from upper- to lowercase or vice versa #!/bin/bash # # Shell script to rename given file names to from uppercase to # lowercase OR lowercase to uppercase FILES="$1" ME="$(basename $0)" #...
Feb 1, 2007 1:46PM
macfind I’ve made a simple bash script to find MAC adresses in DHCP config files. #!/bin/bash if [[ -z $1 || $1 == "--help" ]] then echo "usage: $0 xx:xx:xx:xx:xx:xx...
Jan 31, 2007 12:14PM
Watermark images with imagemagick ++ Script som legger til watermark tekst: #!/bin/bash width=identify -format %w DSC06861.JPG; \ convert -background '#0008' -fill white -gravity center -size ${width}x90 \...
Jan 27, 2007 1:00AM
«« « 1 2 3  …  20 21 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom