04-26-04 06:34 PM
Petterson Mikael <mikael.petterson@era.ericsson.se> wrote:
> Hi,
>
> I have the following string,
> '/app/eclipse/2.1.3/eclipse' and need the following
> substring 'eclipse/2.1.3'
>
> Any hints on how I can do this?
>
> BR
>
> //Mikael
man cut --> -d -f
man awk --> FS
man bash ksh --> ${...#...}, ${...%...}
--
William Park, Open Geometry Consulting, <opengeometry@yahoo.ca>
Linux solution/training/migration, Thin-client
[ Post a follow-up to this message ]
|