Skip to content

Commit a9cb0f8

Browse files
Merge branch 'individual-shell-tools' of https://github.com/RahwaZeslusHaile/Module-Tools into individual-shell-tools
2 parents e263848 + a332f8c commit a9cb0f8

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)