new applet: devmem
Rob Landley
rob at landley.net
Sun Oct 26 21:16:12 UTC 2008
On Sunday 26 October 2008 13:09:59 Denys Vlasenko wrote:
> If the desire to do read-write-read type accesses
> without having to run devmeme thrice, I guess
> fourth argument may be used
Running it twice doesn't seem like a big deal to me. A fourth argument is
just complication, unless you want to iterate through an arbitrary number of
command line arguments in order, each specifying a read or a write to do
next. (Doing a for loop on argv[] isn't a big deal, and it's even guaranteed
to be null terminated...)
Rob
More information about the busybox
mailing list