Re: Reverse cut...

2002-12-02 Thread Andrew D Jewell
If you use the coreutils from http://alexautils.sourceforge.net/ (some docs at http://alexautils.sourceforge.net/text.html the package itself at http://alexautils.sourceforge.net/coreutils-4.5.3-alexa02.tar.gz) the version of cut has many many extensions, including the one you're after. Use :

Re: Reverse cut...

2002-11-28 Thread Bob Proulx
Fabrizio Morbini <[EMAIL PROTECTED]> [2002-11-27 08:21:25 +0100]: > Hi, I have a question on the command "cut": > > -For example immagine that I want to select the filename from an absulute > path (and the files hasn't all the same depth). > > How I can ask to cut to start to count the delimiter

Reverse cut...

2002-11-27 Thread Fabrizio Morbini
Hi, I have a question on the command "cut": -For example immagine that I want to select the filename from an absulute path (and the files hasn't all the same depth). How I can ask to cut to start to count the delimiter '/' from the end of the string instead of from the start? There are other s