ThMO <[EMAIL PROTECTED]> wrote: > Hello Jim and others, > > wouldn't it be better to implement the full backslashed sequences inside > print_esc() than only `\n'?
Consistency between tools is nice, but do we need support for \t, \v, \a, \b, \c, \f, etc? What about octal escapes? Hexadecimal and unicode, too, like printf(1)? I like the keep-it-simple approach and am leaning toward supporting the backslash-escape sequences that are supported for find's -printf format. In other words, `Yes, depending on what you mean by ``full''.' _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils