Skip to content

Commit 1216855

Browse files
committed
fixing ls/script.04.sh file
1 parent 36504e3 commit 1216855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ echo "Second exercise (sorted oldest to newest):"
2121

2222
# TODO: Write a command which does the same as above, but sorted in the opposite order (oldest first).
2323
# The output should be a list of names in this order, one per line: helper-2.txt, helper-1.txt, helper-3.txt.
24-
ls -1t child-directory
24+
ls -1tr child-directory

0 commit comments

Comments
 (0)