Hi Marius!
On Mon, 10 Sep 2001, Marius wrote:
>
> Cum pot decupa bucati de stringuri in bash? adica
> am "mama are mere" si vreau sa obtin "ama". in
> afara de C/Perl/Python etc.
s="mama are mere";
s=${s% are mere};
s=${s#m};
[ man bash pentru alte goodies]
p.s. cred ca doar in bash2.x
-- teodor
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.
- [rlug] bash Marius
- [rlug] Re: bash Florin Andrei
- [rlug] Re: bash teo
- [rlug] Re: bash Viorel Anghel
