> True. Should have thought of cat -v . But i do wish tail had an option to
> show non-printable chars

You can always pipe it through cat -v first and then through tail.

  cat -v | tail

Bob

_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to