Junbo-Zheng opened a new pull request, #19543:
URL: https://github.com/apache/nuttx/pull/19543

   ## Summary
   
   Add a reference section for the NSH `du` command, covering the -h,
   -s, -a, and -d N options, default-to-current-directory behavior,
   and an example showing recursive directory output.
   
   Options are rendered as an RST simple table to match the style of
   other NSH command sections (ls, umount, uptime). Sizes are noted as
   apparent sizes (st_size) and -h as integer-arithmetic, one-decimal
   output that needs no float printf support.
   
   The `du` nsh command implementation has been merged 
https://github.com/apache/nuttx-apps/pull/3656
   
   
   ## Impact
   
   - **Users**: None -- only for documentation.
   - **Build**: None.
   - **Hardware**: None.
   - **Documentation**: Adds the `du` command section to the NSH commands
     reference.
   - **Security & Compatibility**: None.
   
   ## Testing
   
   Documentation-only change; `du` command test refers to 
https://github.com/apache/nuttx-apps/pull/3656


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