You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -mtime -atime -ctime to include them in the output. With relatime, it's probably useful enough to see how long the file has been untouched. For apps that write into files, mtime is always useful. ctime is included because while I can't think of a use for it right now, it's on the way and completes the trio.
Also add timestamps to all output. Pick a format for JSON that's easy to load in Javascript (probably unix epoch).
The text was updated successfully, but these errors were encountered:
Add -mtime -atime -ctime to include them in the output. With relatime, it's probably useful enough to see how long the file has been untouched. For apps that write into files, mtime is always useful. ctime is included because while I can't think of a use for it right now, it's on the way and completes the trio.
Also add timestamps to all output. Pick a format for JSON that's easy to load in Javascript (probably unix epoch).
The text was updated successfully, but these errors were encountered: