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 8598be5 commit 290e627Copy full SHA for 290e627
1 file changed
individual-shell-tools/ls/script-02.sh
@@ -4,5 +4,5 @@ set -euo pipefail
4
5
# TODO: Write a command which lists all of the files in the directory named child-directory.
6
7
-ls -R ./child-directory
+ls ./child-directory
8
# The output should be a list of names: helper-1.txt, helper-2.txt, helper-3.txt.
0 commit comments