Docs(change a sentence for better clarification)

This commit is contained in:
miguel 2022-08-12 09:47:15 +01:00 committed by MSilva95
parent b30b47227e
commit fb268fa9ca
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Put in a file `mastertheLS` the command line that will:
- list the files and directories of the current directory.
- Ignore the hidden files, the "." and the "..".
- Separates the results with commas.
- Order them by ascending order of access time (the last file to be accessed first).
- Order them by ascending order of access time (the newest first).
- Have the directories ends with a `/`.
### Hint