Hi!

Is it a bug or a feature?

$ echo "1234567890" | cut -c 8-,-4
1234890
$

What I want is:

$ echo "1234567890" | cut -c 8-,-4
8901234
$

What I really like is:

$ echo "1234567890" | cut -c 5-,-5
56789012345
$

Greetings, Thomas.

-- 
Thomas Pschichholz, "Pschicholz" is wrong.

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

Reply via email to