Fix: bracke long lines
This commit is contained in:
parent
ccdefea90b
commit
2226903df6
1 changed files with 5 additions and 2 deletions
|
@ -53,9 +53,12 @@ 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 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
|
```Bash
|
||||||
python PythonScripts/rename_backslash.py <path>
|
python PythonScripts/rename_backslash.py <path>
|
||||||
|
|
Loading…
Reference in a new issue