Re: [Toybox] Toybox Installer/setup routine?

2019-09-03 Thread scsijon
On 03/09/19 09:10, Denys Nykula wrote: which awk 2>&1 >/dev/null || ln -fsv nawk /bin/awk which vi 2>&1 >/dev/null || ln -fsv vim /bin/vi Those last two are on the todo list. But after toysh and route, which mkroot needs. (And vi might be after make, and promoting half the stuff currently in

Re: [Toybox] [PATCH] find: support -printf \0 octal escapes and \c.

2019-09-03 Thread enh via Toybox
On Mon, Sep 2, 2019 at 3:51 PM Rob Landley wrote: > > On 9/2/19 4:19 PM, enh wrote: > > On Sun, Sep 1, 2019 at 6:18 PM Rob Landley wrote: > > (as an aside, i still haven't understood \c. i've never seen it used > > in practice, and the examples i've seen are all of the form "x\cy" > > which

Re: [Toybox] Toybox Installer/setup routine?

2019-09-03 Thread enh via Toybox
On Mon, Sep 2, 2019 at 2:49 PM Rob Landley wrote: > > > > On 9/1/19 6:22 PM, scsijon wrote: > > This may be a can of worms or off-topic but... > > > > I was wondering if Toybox should/could have an inbuilt installer/setup > > routine > > of some sort and how are others handling this retro-fit