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