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.
 
 
 
 
 
 
Christopher Fremond 2a6413cea4
Update README.md
3 years ago
..
README.md Update README.md 3 years ago

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...