Re: Unix Shell astericks
* ushi <azhar.rao@gmail.com>:
> why do you use two "**" together,
>
> For Eample:
> app.config.excludes.prod=**/log4j.dev.xml **/log4j.qa.xml **/
> log4j.stg.xml **/log4j.ito.xml
>
>
> Thanks
Zsh interprets '**/' as a globbing operator that expands recursively. I
am unaware of other usages, but they may exist.
--
James Michael Fultz <xyzzy@sent.as.invalid>
Remove this part when replying ^^^^^^^^
|