Re: Problem with positional output
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <CAEE75_3cH0fsspM1h-PNa4a4vhaYjoPFrXi8Bvm0a_KNU4RAxw@mail.gmail.com> |
> I don't see the need for the noglob here
oops.
(IFS=\|;set -f;set -- $RETVAL;printf %s\\n "$3")
as Stephane said. Should have listened to that little "are you sure?" voice.