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 4bc9eef commit 05409acCopy full SHA for 05409ac
1 file changed
individual-shell-tools/wc/script-03.sh
@@ -8,3 +8,5 @@ set -euo pipefail
8
# 1 7 39 ../helper-files/helper-2.txt
9
# 3 19 92 ../helper-files/helper-3.txt
10
# 5 30 151 total
11
+
12
+wc -lwc ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
0 commit comments