meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:miscbash

This is an old revision of the document!


move files from nested sub-folders to top level working directory

(this will overwrite files with same names so rename with filebot beforehand if needed)

find . -mindepth 2 -type f -print -exec mv {} . \;
terminal/miscbash.1738894950.txt.gz ยท Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki