We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d652ac1 commit cee742eCopy full SHA for cee742e
1 file changed
shell-pipelines/sort-uniq-head-tail/script-05.sh
@@ -6,3 +6,5 @@ set -euo pipefail
6
# TODO: Write a command to show a list of all events that have happened, without duplication.
7
# The order they're displayed doesn't matter, but we never want to see the same event listed twice.
8
# Your output should contain 6 lines.
9
+
10
+sort events.txt | uniq
0 commit comments