From 3676016c639fb2f0a48684a1a8df487451439f71 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 18 Mar 2019 09:49:07 -0400 Subject: [PATCH] Updated Recursiveness (markdown) --- Recursiveness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Recursiveness.md b/Recursiveness.md index 42610b6..c73dbfb 100644 --- a/Recursiveness.md +++ b/Recursiveness.md @@ -16,7 +16,7 @@ To check files with one of multiple extensions: ``` # Bash 4+ -shopt -s globstar +shopt -s globstar nullglob shellcheck /path/to/scripts/**/*.{sh,bash,ksh} # POSIX