Skip to main content

You can use man ls and here you can find the --time-style parameter. Or you can use:

ls --full-time.

CommandSample Output
ls --full-time2024-04-09 13:24:44.108466043 -0500
ls -l --time-style=long-iso2024-04-09 08:58

You can use man ls and here you can find --time-style parameter. Or you can use:

ls --full-time.

You can use man ls and here you can find the --time-style parameter. Or you can use:

CommandSample Output
ls --full-time2024-04-09 13:24:44.108466043 -0500
ls -l --time-style=long-iso2024-04-09 08:58
Source Link
Jan Marek
  • 4.1k
  • 2
  • 16
  • 12

You can use man ls and here you can find --time-style parameter. Or you can use:

ls --full-time.