Actualiser docs/Services/pole-scientifique/Onyxia/docs/index.md

This commit is contained in:
Alexis GUYOT 2024-01-25 16:23:42 +01:00
parent 7eb6bde2d9
commit 5ce971c36d

View File

@ -342,13 +342,6 @@ touch $1
touch $2 touch $2
``` ```
=== "bash"
``` bash
#!/bin/bash
touch $1
touch $2
```
Le script créera via la commande `touch` deux fichiers `fichier1.txt` et `fichier2.txt`. Le script créera via la commande `touch` deux fichiers `fichier1.txt` et `fichier2.txt`.