[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Undocumented tail(1) behaviour



It would seem that ``tail -10b'' and ``tail -10c'' are equivilant to
``tail -b 10'' and ``tail -c 10,'' respectively.

This isn't documented in tail(1).

Is this behaviour deprecated, or should it be documented?