public/subjects/cl-camp5
Christopher Fremond 2a6413cea4
Update README.md
2021-08-09 15:34:30 +01:00
..
README.md Update README.md 2021-08-09 15:34:30 +01:00

README.md

cl-camp5

Instructions

"keep looking..."

Create a file lookagain.sh, which will look, from the current directory and its sub-folders for:

  • all the files ending with .sh.

That command will only show the name of the files without the .sh. The files will be in descending order (as shown in the below example).

Usage

$ ./lookagain.sh | cat -e
file3$
file2$
file1$
$

Hint

A little cuting might be useful...