Browse Source

Update README.md

content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
3a7c9f620a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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 creation date. - Order them by ascending order of creation date (the newest first).
- Have the directories ends with a `/`. - Have the directories ends with a `/`.
### Hint ### Hint

Loading…
Cancel
Save