shell-script-pt
[Top][All Lists]
Advanced

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

Re: [shell-script] substring em shell


From: Humberto Pereira
Subject: Re: [shell-script] substring em shell
Date: Thu, 28 Sep 2006 18:45:11 -0300
User-agent: Opera Mail/9.02 (Linux)

On Thu, 28 Sep 2006 18:36:55 -0300, Humberto Pereira <address@hidden> wrote:
Oooops,

        echo "1234567890" | sed 's/^.*.{3}/\1/'

O comando eh

        echo "1234567890" | sed -r 's/^.*(.{3})$/\1/'

[]s
Humberto Pereira


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


reply via email to

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