mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add rename
This commit is contained in:
parent
8f281f9527
commit
aa54bddced
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user