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
397 B

# cl-camp2
## 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'`).
## Utilisation
```console
student@ubuntu:~/piscine/test$ cat -e r
R$
student@ubuntu:~/piscine/test$
```