User Tools

Site Tools


bash:globs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bash:globs [2021/02/04 09:41] – [Glob Star - globstar] peterbash:globs [2021/02/04 09:43] (current) – [Glob Star - globstar] peter
Line 433: Line 433:
 # Caveat: **.c will not work, as it expands to *.c/*.c/… # Caveat: **.c will not work, as it expands to *.c/*.c/…
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  To disable globstar use
 +
 +<code bash>
 +shopt -u globstar
 +</code>
 +
 +See:  **help shopt** for details.
 +</WRAP>
 +
  
 ---- ----
bash/globs.1612431716.txt.gz · Last modified: 2021/02/04 09:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki