mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
edit typo
This commit is contained in:
parent
0e2fe403af
commit
cdc039aca4
1 changed files with 1 additions and 1 deletions
|
@ -2238,7 +2238,7 @@ dd if=/dev/zero of=bigfile bs=1 count=1000000
|
|||
rename 's/ABC//' *.gz
|
||||
```
|
||||
|
||||
##### Remove extention (e.g remove .gz from filename.gz)
|
||||
##### Remove file extension (e.g remove .gz from filename.gz)
|
||||
```bash
|
||||
basename filename.gz .gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue