Open tamalsaha opened 4 years ago
sudo apt-get install rename find my_root_dir -depth -exec rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;
https://stackoverflow.com/a/152741
https://stackoverflow.com/a/152741