Fix: long text blocks

This commit is contained in:
Aroy-Art 2024-07-25 22:53:41 +02:00
parent 691c731af9
commit 2a2285a284
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

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