From 9caba59c7f5423e615eb7f957bbb647ebd7a9c58 Mon Sep 17 00:00:00 2001 From: yolou Date: Wed, 20 Nov 2024 00:34:34 +0100 Subject: [PATCH] Ajout de modif --- SCR.1.2/TP06/GLOB/gLob/paTTerN/theglobpattern | 0 SCR.1.2/TP07/TP07-fichiereponses-SCR1.2.txt | 17 ++++++++++++++++- SCR/TP07/TP06/GLOB/gLob/paTTerN/theglobpattern | 0 3 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 SCR.1.2/TP06/GLOB/gLob/paTTerN/theglobpattern delete mode 100644 SCR/TP07/TP06/GLOB/gLob/paTTerN/theglobpattern diff --git a/SCR.1.2/TP06/GLOB/gLob/paTTerN/theglobpattern b/SCR.1.2/TP06/GLOB/gLob/paTTerN/theglobpattern deleted file mode 100644 index e69de29..0000000 diff --git a/SCR.1.2/TP07/TP07-fichiereponses-SCR1.2.txt b/SCR.1.2/TP07/TP07-fichiereponses-SCR1.2.txt index 3f017f5..2a589bb 100644 --- a/SCR.1.2/TP07/TP07-fichiereponses-SCR1.2.txt +++ b/SCR.1.2/TP07/TP07-fichiereponses-SCR1.2.txt @@ -126,4 +126,19 @@ lrwxrwxrwx 1 root root 25 6 juil. 2017 localtime -> ../usr/share/zon -rw-r--r-- 1 root root 49 18 juil. 13:11 resolv.conf -rw-r--r-- 1 root root 52 30 sept. 2015 shells -2. +2.(1) De la date la plus récente à la moins récente : +bash +Copier le code +sort -t: -k3,3r find-output.txt +Explication : +-t: : Utilise : comme séparateur. +-k3,3 : Trie sur la 3e colonne (qui contient les dates). +-r : Inverse l'ordre pour trier de manière décroissante (plus récent → moins récent). + +(2) De la date la plus ancienne à la moins ancienne : +bash +Copier le code +sort -t: -k3,3 find-output.txt +Explication : +-t: : Utilise : comme séparateur. +-k3,3 : Trie sur la 3e colonne (les dates) en ordre croissant. diff --git a/SCR/TP07/TP06/GLOB/gLob/paTTerN/theglobpattern b/SCR/TP07/TP06/GLOB/gLob/paTTerN/theglobpattern deleted file mode 100644 index e69de29..0000000