https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264559
--- Comment #2 from наб <[email protected]> --- Some more, this time /exorbitantly/ broken: printf ' ermrxsmg \tjrjc ngsoo\n' | unexpand -t2 | cat -A printf ' ermrxsmg \tjrjc ngsoo\n' | unexpand -t4,55,68,78 | cat -A give | ermrxsmg^I^Ijrjc ngsoo$ |^Iermrxsmg^Ijrjc^Ingsoo$ whereas the correct output is | ermrxsmg ^Ijrjc ngsoo$ | ermrxsmg ^Ijrjc ngsoo$ After reexpansion, the first one is fine: | ermrxsmg jrjc ngsoo$ but the second one very obviously isn't: | ermrxsmg jrjc ngsoo$ -- You are receiving this mail because: You are the assignee for the bug.
