i n d e x
<--back
notes on projects by m.d.
categories:
arctic | art | biology | book | compile | crypto | cryptoart | debian | entropy | ffmpeg |
funk | game | ghostradio | hades | informationtheorie | internet | laser | linux | linux ##tools | linuxaudio |
logic | machinelearning | math | movie | neuralnetworks | noise | nonhuman | notes | particlephysics | physics |
radio | radioactive | renameseq | rng | softwaredefinedradio | sound | stockexchange | 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