not_IO@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 days agoi hope it happens 🤩lemmy.blahaj.zoneimagemessage-square39linkfedilinkarrow-up11file-text
arrow-up11imagei hope it happens 🤩lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square39linkfedilinkfile-text
minus-squareAlberat@lemmy.worldlinkfedilinkarrow-up0·1 day agofor f in $(find /); do mv $f $(echo $f | sed ‘s/.([0-9])./.0\1./’; done ftfy edit: dont actually run that
for f in $(find /); do mv $f $(echo $f | sed ‘s/.([0-9])./.0\1./’; done
ftfy
edit: dont actually run that