mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
shell: added renaming in bulk
This commit is contained in:
parent
74f86891a9
commit
8d60e297c1
@ -48,6 +48,10 @@ Additionally `find` can be used to recursively substitute substrings in all file
|
|||||||
find folder -type f -exec rename 's/string1/string2/g' {} +
|
find folder -type f -exec rename 's/string1/string2/g' {} +
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For renaming many files in bulk the `qmv` to move or `qcp` or copy can be used.
|
||||||
|
Usually both of these commands are packaged withing the `renameutils` package.
|
||||||
|
For more information visit the [renameutils website](https://www.nongnu.org/renameutils/).
|
||||||
|
|
||||||
### Expansion
|
### Expansion
|
||||||
|
|
||||||
This section is based on the
|
This section is based on the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user