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 efcb635 commit 4ffbb67Copy full SHA for 4ffbb67
individual-shell-tools/wc/script-03.sh
@@ -8,4 +8,4 @@ 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
-wc -lwm "$(dirname "$0")"/../helper-files/*.txt
+wc "$(dirname "$0")"/../helper-files/*.txt
0 commit comments