elint@programming.devtoKDE@lemmy.kde.social•To whomever made Dolphin's "Extract here, autodetect subfolder" feature - I love you
0·
1 year agoYou get Linux experience real quick when you make mistakes like that in a shell with no GUI.
mkdir newfolder; find . -maxdepth 1 -mmin -5 -exec mv "{}" newfolder \;
The real Linus Tech Tips (now with 100% less sexual harrassment).