Ajouter 'Commandes du Terminal'

nodiego 2023-10-11 20:05:58 +02:00
parent ff8857f20a
commit 473b085176
1 changed files with 5 additions and 0 deletions

5
Commandes-du-Terminal.md Normal file

@ -0,0 +1,5 @@
Pour retrouver la date et l'heure d'une installation Archlinux :
```
> ls -lct /etc | tail -l | awk '{print $6, $7, $8}'
```
>