acassis commented on issue #17063: URL: https://github.com/apache/nuttx/issues/17063#issuecomment-3457125342
@Biancaa-R I searched more about it and discovered that it is possible to print the other timestamps too. On Linux and other POSIX systems: ls -l shows the modification time (st_mtime) ls -lu shows the access time (st_atime) ls -lc shows the status change time (st_ctime) So by convention, ls -l (without options) displays st_mtime. I think "ls -l" is enough. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
