|
| 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.
| [Prev in Thread] | Current Thread | [Next in Thread] |