xiaoxiang781216 commented on PR #2434:
URL: https://github.com/apache/nuttx-apps/pull/2434#issuecomment-2212296346
> i feel it a bit inconsistent to have skip and oseek while you don't have
iseek or seek.
Yes, dd from host name it `skip`:
```
dd --help
Usage: dd [OPERAND]...
or: dd OPTION
Copy a file, converting and formatting according to the operands.
```
seek=N skip N obs-sized blocks at start of output
skip=N skip N ibs-sized blocks at start of input
```
@dry-75 please use the same option as host version.
--
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]