Browse Source

Update README.md

pull/822/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
2a6413cea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      subjects/cl-camp5/README.md

6
subjects/cl-camp5/README.md

@ -9,15 +9,15 @@ Create a file `lookagain.sh`, which will look, from the current directory and it
- all the files ending with `.sh`.
That command will only show the name of the files without the `.sh`.
The files will be in ascending order (as shown in the below example).
The files will be in descending order (as shown in the below example).
### Usage
```console
$ ./lookagain.sh | cat -e
file1$
file2$
file3$
file2$
file1$
$
```

Loading…
Cancel
Save