Skip to content

Commit cee742e

Browse files
committed
Complete sort-uniq-head-tail script-05.sh exercise
1 parent d652ac1 commit cee742e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell-pipelines/sort-uniq-head-tail/script-05.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ set -euo pipefail
66
# TODO: Write a command to show a list of all events that have happened, without duplication.
77
# The order they're displayed doesn't matter, but we never want to see the same event listed twice.
88
# Your output should contain 6 lines.
9+
10+
sort events.txt | uniq

0 commit comments

Comments
 (0)