diff --git a/README.md b/README.md index d52903e..3d7a8bc 100644 --- a/README.md +++ b/README.md @@ -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*