Skip to content

Commit a332f8c

Browse files
Modify wc command to include line, word, and char counts
1 parent c8fcdae commit a332f8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

individual-shell-tools/wc/script-03.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ set -euo pipefail
88
# 1 7 39 ../helper-files/helper-2.txt
99
# 3 19 92 ../helper-files/helper-3.txt
1010
# 5 30 151 total
11-
12-
wc ../helper-files/*txt
11+
wc -lwm ../helper-files/*.txt

0 commit comments

Comments
 (0)