
detox
List of commands for detox:
-
detox:tldr:3d37d detox: Remove spaces and other undesirable characters from a file's name.$ detox ${filename}try on your machineexplain this command
-
detox:tldr:a0f0c detox: Show how detox would rename all the files in a directory tree.$ detox --dry-run -r ${path-to-directory}try on your machineexplain this command
-
detox:tldr:b9d6b detox: Remove spaces and other undesirable characters from all files in a directory tree.$ detox -r ${path-to-directory}try on your machineexplain this command