| Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
You something other than
someprogramthatproducesoutput | awk | sed | etc?
What conditions make the above insufficient?
Ben Eisenbraun wrote:
> I write a lot of sh scripts that do something like this:
>
> FOO=`someprogramthatproducesoutput`
>
> and then:
>
> echo $FOO | awk | sed | etc
>
> to mangle/unmangle the string in $FOO.
>
> Is there a way to get at the string in $FOO without using echo?
>
> -b
>
> --
> character is fate. <heraclitus>
>
>