From 40c9ac53c2f547f8ebf1e8033f0827881ec5781f Mon Sep 17 00:00:00 2001 From: nodiego Date: Wed, 11 Oct 2023 20:06:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Commandes=20du=20T?= =?UTF-8?q?erminal'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Commandes-du-Terminal.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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