add others

This commit is contained in:
onceupon 2016-11-07 15:21:55 +08:00 committed by GitHub
parent 073fa9d7af
commit 5ee646115a

View File

@ -1233,6 +1233,10 @@ basename filename.gz .gz
zcat filename.gz> $(basename filename.gz .gz).unpacked
```
#####use the squeeze repeat option (e.g. /t/t --> /t)
```bash
tr -s "/t" < filename
```
##System