Skip to content

Commit e98b498

Browse files
committed
chore: Rectify output details with filenames
1 parent 08b6c34 commit e98b498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44

55
# TODO: Write a command to output the number of lines in the file helper-files/helper-3.txt.
66
# The output should include the number 3. The output should not include the number 19.
7-
wc -l ../helper-files/helper-3.txt
7+
wc -l < ../helper-files/helper-3.txt

0 commit comments

Comments
 (0)