bug-coreutils
[Top][All Lists]
Advanced

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

cut (coreutils) 4.5.8 / missing feature


From: Tjabo Kloppenburg
Subject: cut (coreutils) 4.5.8 / missing feature
Date: Thu, 8 Jan 2004 10:47:50 +0100
User-agent: KMail/1.5.3

Hi,

I am using different linux and unix systems with GNU.

Sometimes I want to pipe something into "cut" and get everything except
the last character. Or the last 2 characters.
I could use perl for that, but cut is smaller and should do the job, too.

In languages like php, perl, python it is possible to have nagative indexes,
say:

pwd | cut -c 0..-1 

this could cut the last character off (Newline). Counted from zero.

Or:
cut -c 1..
Could give everything after the first character (Counted from zero).

I think this would be a nice addon feature in "cut".
Count from 1 if you like that more :-).

Greets,
  T.Kloppenburg

-- 
Tjabo Kloppenburg - billiton internet services GmbH
Entwicklung + Technik

fon: 0271 30386-19
Weitere Infos über billiton erhalten Sie auf http://www.billiton.de/





reply via email to

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