📄️ Copy files into directories by extension
This script searches all subdirectories for files and moves them into subdirectories named after their file extensions, while also handling filenames that contain special characters:
📄️ Extract all zips
This script will find all .zip files in the current directory and its subdirectories, and it will unzip each of them.
📄️ Rename all linux frendly
This command will rename all the files in the current directory, replacing any non-alphanumeric or non-period characters with nothing.