
Dir Extract
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This script will extract all files in all sub-folders and rename them so that
/home/user/folder/files1.txt
/home/user/folder1/files2.txt
/home/user/folder2/files3.txt
etc...
will become
/home/user/folder-files1.txt
/home/user/folder1-files2.txt
/home/user/folder2-files3.txt
when run from /home/user.
I wrote this for a specific task of mine but decided to share it.
12 years ago
N/A
12 years ago
N/A
Please login or register to add a comment or rating