i n d e x
<--back
notes on projects by m.d.
categories:
arctic | art | biology | book | compile | crypto | cryptoart | debian | entropy | funk |
game | ghostradio | hades | informationtheorie | internet | laser | linux | linuxaudio | logic | machinelearning |
math | movie | neuralnetworks | noise | nonhuman | notes | particlephysics | physics | radio | radioactive |
renameseq | rng | softwaredefinedradio | sound | tools | underinfluence | vlf | xterm |
search:
rename.sh:
#/bin/bash
index=0;
for name in *.jpg
do
mv "${name}" "${index}.jpg"
index=$((index+1))
done
##linux
##renameseq