<--parent directory
i n d e x
categories:
######################################################### | arctic | art | audio | biology | book | compile | crypto | cryptoart | debian |
email | entropy | ffmpeg | funk | game | ghostradio | hades | hardware | informationtheorie | internet |
laser | linux | linuxaudio | logic | machinelearning | math | mikrotik | movie | neuralnetworks | noise |
nonhuman | notes | particlephysics | physics | radio | radioactive | raspi | raspi5 | renameseq | rng |
sdr | smartmon | softwaredefinedradio | sound | stockexchange | timesup | tools | underinfluence | usb | videolooper |
videosync | vlc | vlf | xterm |
search:
rename.sh:
#/bin/bash
index=0;
for name in *.jpg
do
mv "${name}" "${index}.jpg"
index=$((index+1))
done
##linux
##renameseq
last edited:December 29, 2022