mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
494 B
22 lines
494 B
6 years ago
|
## cl-camp1
|
||
6 years ago
|
|
||
6 years ago
|
### Instructions
|
||
6 years ago
|
|
||
|
A little voice speaks in your head:
|
||
|
|
||
|
"Now that you know who you are. You need to remember what you can do..."
|
||
|
|
||
|
The instincts are coming back...
|
||
|
|
||
|
Put in a file `mastertheLS` the command line that will:
|
||
|
|
||
5 years ago
|
- list the files and directories of the current directory.
|
||
|
- Ignore the hidden files, the "." and the "..".
|
||
|
- Separates the resuls with commas.
|
||
|
- Order them by ascending order of creation date.
|
||
|
- Have the directories ends with a `/`.
|
||
6 years ago
|
|
||
6 years ago
|
### Hint
|
||
6 years ago
|
|
||
|
Read the man...
|