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