« Commandes BASH » : différence entre les versions
| Ligne 438 : | Ligne 438 : | ||
* Exclure .git et .idea | * Exclure .git et .idea | ||
<syntaxhighlight lang="bash">tree -a -I '.git|.idea'</syntaxhighlight> | <syntaxhighlight lang="bash" copy>tree -a -I '.git|.idea'</syntaxhighlight> | ||
----- | ----- | ||