Conversation
a) modification aims to add human-readable timestamp reporting to the ls command by utilizing the struct stat information. b) time_t st_mtime; / Time of last modification / from stat register to maintain time records. c) Epoch entries replaced by ---. d) ls -l (without options) implementation done here. Signed-off-by: Biancaa Ramesh <biancaa2210329@ssn.edu.in>
|
Thank you @Biancaa-R :-) Can you please provide output of |
|
Hi! To fix the CI errors, please run |
|
@Biancaa-R @cederom, this is the error `flash' overflowed by 4 bytes |
is // Instead of: " %04d-%02d-%02d %02d:%02d" |
|
this looks ai generated without understanding. do we have more time to play? |
Im sorry Ill check the dump and come back.. |
Fixes the issue : apache/nuttx#17063
a) modification aims to add human-readable timestamp reporting to the ls command by utilizing the struct stat information.
b) time_t st_mtime; / Time of last modification / from stat register to maintain time records.
c) Epoch entries replaced by ---.
d) ls -l (without options) implementation done here.
Note: Please adhere to Contributing Guidelines.
Summary
Impact
Previously the ls -l didnt display the time of last modification , this is a small fix for more "linux like" experience.
Testing