mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
add others
This commit is contained in:
parent
073fa9d7af
commit
5ee646115a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue