edit typo

This commit is contained in:
onceupon 2018-05-25 17:19:22 +08:00 committed by GitHub
parent 0e2fe403af
commit cdc039aca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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