Skip to content

Commit 290e627

Browse files
committed
fixed ls script-02.sh
1 parent 8598be5 commit 290e627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

55
# TODO: Write a command which lists all of the files in the directory named child-directory.
66

7-
ls -R ./child-directory
7+
ls ./child-directory
88
# The output should be a list of names: helper-1.txt, helper-2.txt, helper-3.txt.

0 commit comments

Comments
 (0)