Re: bb-1.22.0 and grep -w

2014-01-19 Thread Sedat Dilek
On Sat, Jan 18, 2014 at 6:18 PM, Karl Godt wrote: > Sedat Dilek wrote: >> >> On Sat, Jan 18, 2014 at 9:25 AM, Karl Godt wrote: >> >>> >>> Dear Busybox-Team ! >>> >>> I am running Puppy Linux as my main OS, that relies on Busybox in the >>> intial >>> ramdisk about some 70% and also uses Busybox

Re: bb-1.22.0 and grep -w

2014-01-18 Thread Bartosz Gołaszewski
2014/1/18 Karl Godt : > Bartosz Golaszewski (6): > grep: don't bail out on first mismatch if '-w' option is set > > seems not to work as it should, it seems to grep '1' , '11' , '111' , ... > if > word is '1' , probably because it is a number . I didn't check, but it might have been fixed by:

Re: bb-1.22.0 and grep -w

2014-01-18 Thread Karl Godt
Sedat Dilek wrote: On Sat, Jan 18, 2014 at 9:25 AM, Karl Godt wrote: Dear Busybox-Team ! I am running Puppy Linux as my main OS, that relies on Busybox in the intial ramdisk about some 70% and also uses Busybox applets after switch_root quite a lot . The Initial-Ramdisk is not used after

Re: bb-1.22.0 and grep -w

2014-01-18 Thread Sedat Dilek
On Sat, Jan 18, 2014 at 9:25 AM, Karl Godt wrote: > Dear Busybox-Team ! > > I am running Puppy Linux as my main OS, that relies on Busybox in the intial > ramdisk about some 70% and also uses Busybox applets after switch_root > quite a lot . > > The Initial-Ramdisk is not used after a traditiona

bb-1.22.0 and grep -w

2014-01-17 Thread Karl Godt
Dear Busybox-Team ! I am running Puppy Linux as my main OS, that relies on Busybox in the intial ramdisk about some 70% and also uses Busybox applets after switch_root quite a lot . The Initial-Ramdisk is not used after a traditional "normal" installation and /sbin/init in Puppy-4 times ha