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 726a0d4 commit b4b55ebCopy full SHA for b4b55eb
1 file changed
individual-shell-tools/ls/script-03.sh
@@ -3,6 +3,6 @@
3
set -euo pipefail
4
5
# TODO: Write a command which _recursively_ lists all of the files and folders in this directory _and_ all of the files inside those folders.
6
-ls -r
+ls -R
7
# The output should be a list of names including: child-directory, script-01.sh, helper-1.txt (and more).
8
# The formatting of the output doesn't matter.
0 commit comments