Skip to content

Commit b4b55eb

Browse files
committed
ls script 03 dix
1 parent 726a0d4 commit b4b55eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

55
# 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
6+
ls -R
77
# The output should be a list of names including: child-directory, script-01.sh, helper-1.txt (and more).
88
# The formatting of the output doesn't matter.

0 commit comments

Comments
 (0)