mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated Recursiveness (markdown)
@@ -16,7 +16,7 @@ To check files with one of multiple extensions:
|
|||||||
|
|
||||||
```
|
```
|
||||||
# Bash 4+
|
# Bash 4+
|
||||||
shopt -s globstar nullglob
|
shopt -s globstar
|
||||||
shellcheck /path/to/scripts/**/*.{sh,bash,ksh}
|
shellcheck /path/to/scripts/**/*.{sh,bash,ksh}
|
||||||
|
|
||||||
# POSIX
|
# POSIX
|
||||||
|
Reference in New Issue
Block a user