From cc0e189d31b626ece8af52f0d0fa8a8bbe86f73c Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Sun, 2 Apr 2017 11:12:51 +0400 Subject: [PATCH] Fix uniq example fix for [issue](https://github.com/Idnan/bash-guide/issues/6) --- README.md | 3 --- 1 file changed, 3 deletions(-) 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*