nitrosso <[EMAIL PROTECTED]> wrote:
| sorry if I m wrong but I can-t get tail
| working with BOTH options -q (for avoiding headers)
| and -number (for having number lines instead of 10).
|
| Each option works fine separately.

Don't use the obsolescent -NUMBER style of option.
Do this instead:

  tail -n 10 -q file1 file2

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

Reply via email to