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