X-Debbugs-CC: Thomas Dickey <[EMAIL PROTECTED]> Németh Márton wrote: > 4. Copy, paste and execute the following loop which will clear the TAB stops > at each possible column: > > for i in $(seq 0 1024); do echo -e -n "\eHx"; done
This escape sequence will SET TABs instead of clearing them. The comment of the attachment is also corrected.
tabs.sh
Description: application/shellscript

