muchweb.me
/
/links
/about
/email
RSS
Some tricks with 'rename' utility, aka Bulk rename
Replace
a
with
b
:
rename 's/a/b/g' *.png
Append
a
:
rename -n 's/^/a/' *.png