From 473b085176e5cb4bd5aba91f4f44406978adbd25 Mon Sep 17 00:00:00 2001 From: nodiego Date: Wed, 11 Oct 2023 20:05:58 +0200 Subject: [PATCH] Ajouter 'Commandes du Terminal' --- Commandes-du-Terminal.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Commandes-du-Terminal.md diff --git a/Commandes-du-Terminal.md b/Commandes-du-Terminal.md new file mode 100644 index 0000000..098ce6d --- /dev/null +++ b/Commandes-du-Terminal.md @@ -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}' +``` +> \ No newline at end of file