Jim Meyering <[EMAIL PROTECTED]> wrote: > It might even be worthwhile to interpret `\n', \t, \\, etc.
With bash, at least, users can do: $ stat --format=$'%i\n' file This seems like the sort of thing that is better left to the shell, rather than included in each individual program. paul _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
