Quote:
Originally Posted by Aeris
Twobob: so it was a busybox sed issue?
|
Yes. Busybox is a single "all-in-one executable" which implements many of the standard GNU commands.* But for some, it only supports a limited subset of the full-blown executable's functionality.
http://www.busybox.net/about.html
(*) You will find that on most embedded devices, all these executables are either symlinked or hardlinked to the (single) busybox executable. IIRC, the Kindle uses hard links.