> Craig, neither bash nor cut recognise such escape sequences. > But see echo(1) man page, and the '-e' option. > e.g. % echo -e '\t' My point was that tab and newline escapes can't be used in bash as a normal part of a command line.