diff --git a/Commandes-du-Terminal.md b/Commandes-du-Terminal.md index 098ce6d..0ea13fa 100644 --- a/Commandes-du-Terminal.md +++ b/Commandes-du-Terminal.md @@ -1,5 +1,4 @@ Pour retrouver la date et l'heure d'une installation Archlinux : ``` -> ❯ ls -lct /etc | tail -l | awk '{print $6, $7, $8}' -``` -> \ No newline at end of file +ls -lct /etc | tail -l | awk '{print $6, $7, $8}' +``` \ No newline at end of file