"Richard Ulmer": > I find this behaviour unexpected: > > $ printf foo | less --no-init | xxd > 00000000: 666f 6f1b 5b41 1b5b 4b foo.[A.[K > > less prints ANSI escape codes for 'cursor up' and 'erase in line' at the > end of my message.
I cannot reproduce this. $ printf foo | less --no-init | hexdump -C 00000000 66 6f 6f |foo| 00000003 -- Christian "naddy" Weisgerber na...@mips.inka.de