Browse Source

Docs(change a sentence for better clarification)

pull/1401/head
miguel 2 years ago committed by MSilva95
parent
commit
fb268fa9ca
  1. 2
      subjects/cl-camp1/README.md

2
subjects/cl-camp1/README.md

@ -13,7 +13,7 @@ Put in a file `mastertheLS` the command line that will:
- list the files and directories of the current directory. - list the files and directories of the current directory.
- Ignore the hidden files, the "." and the "..". - Ignore the hidden files, the "." and the "..".
- Separates the results with commas. - 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 `/`. - Have the directories ends with a `/`.
### Hint ### Hint

Loading…
Cancel
Save