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.

18 lines
400 B

5 years ago
## cl-camp2
5 years ago
### Instructions
"Continue l'entrainement ..."
Créez un fichier `r`, qui affiche `R` sur une ligne quand la commande `cat` command est exécutée.
Une ligne est une suite de caractères précédant le caractère [fin de ligne](https://en.wikipedia.org/wiki/Newline) (`'\n'`).
5 years ago
### Utilisation
```console
student@ubuntu:~/piscine/test$ cat -e r
R$
student@ubuntu:~/piscine/test$
```