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
437 B
22 lines
437 B
6 years ago
|
## now-get-to-work
|
||
6 years ago
|
|
||
6 years ago
|
### Instructions
|
||
6 years ago
|
|
||
|
"Something terrible happened"
|
||
|
|
||
4 years ago
|
clone this repo : [github.com/01-edu/the-final-cl-test](https://github.com/01-edu/the-final-cl-test)
|
||
6 years ago
|
|
||
|
Submit your solution in the file `my_answer.sh` that will print it when executed.
|
||
|
|
||
6 years ago
|
### Utilisation
|
||
6 years ago
|
|
||
|
```console
|
||
5 years ago
|
student@ubuntu:~/[[ROOT]]/test$ ./my_answer.sh | cat -e
|
||
6 years ago
|
John Doe$
|
||
5 years ago
|
student@ubuntu:~/[[ROOT]]/test$
|
||
6 years ago
|
```
|
||
|
|
||
6 years ago
|
### Hint
|
||
6 years ago
|
|
||
|
"You could combine `head` and `tail`s..."
|