mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	add rename
This commit is contained in:
		@@ -1212,6 +1212,11 @@ scp -r directoryname user@ip:/path/to/send
 | 
				
			|||||||
$ split -d -l 1000 bigfilename
 | 
					$ split -d -l 1000 bigfilename
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#####rename all files (e.g. remove ABC from all .gz files)
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					rename 's/ABC//' *.gz
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##System
 | 
					##System
 | 
				
			||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
 | 
					[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user