Compare commits

..

No commits in common. "6d276e0b139af2bf82abb449c4d59986dd7aef38" and "cd60ec9626945a6fc7cd2cbf25b96f369e04a3de" have entirely different histories.

View file

@ -53,12 +53,9 @@ README's are in there respectively docker compose folders
### [rename_backslash.py](PythonScripts/rename_backslash.py)
A script to replace backslashes(\\) with in filenames
within a directory and its sub-directories.
A script to replace backslashes(\\) with in filenames within a directory and its sub-directories.
Run with ether of the commands below and replace `<path>` your
actual path to the folder where the files
are located that you want to rename.
Run with ether of the commands below and replace `<path>` your actual path to the folder where the files are located that you want to rename.
```Bash
python PythonScripts/rename_backslash.py <path>