bug-textutils
[Top][All Lists]
Advanced

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

cut-bug?


From: Pschicholz, Thomas
Subject: cut-bug?
Date: Thu, 15 Nov 2001 18:57:27 +0100

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]