add other

Reverse the result from `uniq -c`
This commit is contained in:
onceupon 2018-12-14 10:05:24 +08:00 committed by GitHub
parent 6e66fd9ce9
commit 46684db867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2775,4 +2775,10 @@ od filenme
```bash ```bash
tac filenme tac filenme
``` ```
##### Reverse the result from `uniq -c`
```bash
while read a b; do yes $b |head -n $a ;done <test.txt
```
=-=-=-=-=-::::::::::::::::More coming!!::::::::::::::::-=-=-=-=-= =-=-=-=-=-::::::::::::::::More coming!!::::::::::::::::-=-=-=-=-=