dry-75 opened a new pull request, #2434:
URL: https://github.com/apache/nuttx-apps/pull/2434

   Add oseek optional parameter to seek/skip on output file.
   
   ## Summary
   If oseek=N passed, will seek N*bs on output file before witing.
   Optional,  keeping existing seek and bs as-is.
   
   ## Impact
   
   ## Testing
   dd if=/dev/zero of=/dev/mtd0 bs=1 count=32 oseek=15728640
   


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