| Subject: | Re: bash: request for a way to return variables to the parent of a subshell |
|---|---|
| From: | prj@xxxxxxxxxxx (Paul Jarc) |
| Date: | Wed, 23 Jul 2008 00:06:38 -0400 |
| Newsgroups: | gnu.bash.bug |
Richard Neill <rn214@xxxxxxxxxxxxxxxx> wrote: > the aim is to parse the output of "ffmpeg -formats" to see whether > certain codecs are supported by that build. I'd use something like: while read line; do ... done < <(ffmpeg -formats 2>/dev/null) That puts ffmpeg into a subshell instead of read. paul |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: bash: request for a way to return variables to the parent of a subshell, Richard Neill |
|---|---|
| Next by Date: | Re: bash: request for a way to return variables to the parent of a subshell, Richard Neill |
| Previous by Thread: | bash: request for a way to return variables to the parent of a subshell, Richard Neill |
| Next by Thread: | cannot pipe output of trap, proway . imbusch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |