xiaoxiang781216 commented on code in PR #3571:
URL: https://github.com/apache/nuttx-apps/pull/3571#discussion_r3493174269


##########
nshlib/nsh_fscmds.c:
##########
@@ -551,6 +552,20 @@ static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR 
const char *dirpath,
             }
 
           nsh_output(vtbl, " %s", details);
+
+          /* Display modification time */
+
+          if (buf.st_mtime != 0)

Review Comment:
   need move just before file name



##########
nshlib/nsh_fscmds.c:
##########


Review Comment:
   let's remove LSFLAGS_UID_GID, but check LSFLAGS_LONG 



-- 
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]

Reply via email to