Stuart Henderson wrote: > This is broken: > > $ echo moo | tail -c +2 > <no output> > > From an older working system: > > $ echo moo | tail -c +2 > oo
yes, same as the case with lines which i hack/fixed. martijn sent me a patch, pending review.
Stuart Henderson wrote: > This is broken: > > $ echo moo | tail -c +2 > <no output> > > From an older working system: > > $ echo moo | tail -c +2 > oo
yes, same as the case with lines which i hack/fixed. martijn sent me a patch, pending review.