mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Fix uniq example
fix for [issue](https://github.com/Idnan/bash-guide/issues/6)
This commit is contained in:
parent
83485f4147
commit
cc0e189d31
1 changed files with 0 additions and 3 deletions
|
@ -395,11 +395,8 @@ sort example.txt | uniq
|
|||
```bash
|
||||
a
|
||||
b
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
c
|
||||
```
|
||||
|
||||
*show the unique items for each line, and tell me how many instances it found*
|
||||
|
|
Loading…
Reference in a new issue