apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
268 stars 504 forks source link

cp:support -r recursive copies #2308

Closed crafcat7 closed 5 months ago

crafcat7 commented 5 months ago

Summary

The cp command supports recursive copying. Use "cp -r" to copy a folder.

Impact

The behavior of mkdir is used during the cp -r process, and the mkdir behavior is skipped when mkdir is unavailable (this may cause unpredictable behavior of cp -r)

Testing

local test PASS