Re: Unix Shell astericks
On 24 mar, 22:10, ushi <azhar....@gmail.com> wrote:
> 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
I can't remember where I read ** says like * but with possible '/'
embembed, like multiple directories expansion allowed. I suppose same
programs uses it (not bash).
|