Hi, Attached is a patch to fix the "more" filter. The command: # ls -l | more did not produced any output. The problem was with the more pager. It happened that "more" is extremely barebones (and so is this fix) and did not realize when its input was being redirected to its standard input. With the attached patch, the above command works right under QEMU. Greetings, Juan
Attachment:
elkscmdA.patch
Description: Binary data