linux:utils:ls

Aquesta és una revisió antiga del document


Linux ls

Cuando estás copiando y el fichero guarda la fecha original de creación, pero quieres ver la fecha de último acceso

ls -lu --time=ctime
  • --time=atime
  • --time=birth
-u - with -lt: sort by, and show, access time;
         - with -l: show access time and sort by name;
         - otherwise: sort by access time, newest first
Valid arguments are:
  - ‘atime’, ‘access’, ‘use’
  - ‘ctime’, ‘status’
  - ‘birth’, ‘creation’
Try 'ls --help' for more information.

/via: https://unix.stackexchange.com/questions/8840/last-time-file-opened

  • linux/utils/ls.1749127923.txt.gz
  • Darrera modificació: 05/06/2025 05:52
  • per mate