On Friday 13 September 2013 23:13, Aaro Koskinen wrote:
> less displays -E in help text, but it's not doing anything. Make it quit
> less when the last lines of the file have been printed.
Buggy. Try this command:
{ sleep 1; cat busybox_unstripped.map; sleep 1; } | ./busybox less -E
in the build tree. less will exit immediately, even though
not entire input is seen yet.
You probably want to also check that (eof_error <= 0).
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox