Add: run command info to rename_backslash.py
All checks were successful
/ test (push) Successful in 23s
All checks were successful
/ test (push) Successful in 23s
This commit is contained in:
parent
2d29aee69f
commit
0957fe1083
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -34,6 +34,18 @@ The material config file for Clas Ohlsson's PLA Materials
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
```Bash
|
||||||
|
python PythonScripts/rename_backslash.py <path>
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```Bash
|
||||||
|
PythonScripts/rename_backslash.py <path>
|
||||||
|
```
|
||||||
|
|
||||||
## Shell Scripts
|
## Shell Scripts
|
||||||
|
|
||||||
This folder has a loot of different shell scripts for everything from automating stuff to toys.
|
This folder has a loot of different shell scripts for everything from automating stuff to toys.
|
||||||
|
|
Loading…
Reference in a new issue