Answers for "linux invalid filename fix"

0

linux invalid filename fix

detox -r -v /path/to/your/files

# -r Recurse into subdirectories
# -v Be verbose about which files are being renamed 
# -n Can be used for a dry run (only show what would be changed)
Posted by: Guest on January-15-2021

Code answers related to "linux invalid filename fix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language