mirror of
				https://github.com/tiyn/wiki.git
				synced 2025-11-03 20:01:15 +01:00 
			
		
		
		
	shell: added renaming in bulk
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user