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)" #...
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...
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 \...
««
«
1
2
3
…
20
21
»
»»