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 1edd09d commit 445bb2eCopy full SHA for 445bb2e
1 file changed
shell-pipelines/sort-uniq-head-tail/script-06.sh
@@ -5,3 +5,4 @@ set -euo pipefail
5
# The input for this script is the events.txt file.
6
# TODO: Write a command to show how many times anyone has entered and exited.
7
# It should be clear from your script's output that there have been 5 Entry events and 4 Exit events.
8
+sort events.txt | uniq --group
0 commit comments