Sujet : Commande ls - date de création et de modification d'un fichier |
kaiska |
Dark_Schneider a écrit :
j'ai trouvé : stat
Code :
- stat --format="nom = %n - dernier accès = %x - dernière modif = %y - dernier changement = %z" fichier
|
comment j'ai fait ?
j'ai cherché quel package fournissait la commande ls ( coreutils ), puis j'ai regardé la liste des commandes qu'il y avait dedans. J'ai vue une commande qui s'appelait stat, j'ai fais un man dessus.
|
excellent, merci beaucoup :) |