Re: [gentoo-user] Re: to nest commands

2013-11-26 Thread edwardu...@live.com
On Tue, 26 Nov 2013 18:22:31 + (UTC) James wrote: > http://en.wikibooks.org/wiki/Bash_Shell_Scripting > > Also, loop nesting and recursion seem similar, but have nuances, > depending on the language and what you are trying to do. > > If you learn about recursion it will help you understand

[gentoo-user] Re: to nest commands

2013-11-26 Thread James
edwardunix live.com live.com> writes: > My Bash skills are not that advanced, http://en.wikibooks.org/wiki/Bash_Shell_Scripting Also, loop nesting and recursion seem similar, but have nuances, depending on the language and what you are trying to do. If you learn about recursion it will help

[gentoo-user] Re: to nest commands

2013-11-26 Thread Grant Edwards
On 2013-11-26, Randy Barlow wrote: > On Tue, 26 Nov 2013 11:52:10 +0100 > Hinnerk van Bruinehsen wrote: >> There are some other options of "nesting" as well. You can use >> backticks "`" or $(...) to run a command "inside" another. An example >> would be emerge `qlist -CI x11-drivers` (or the eq