From 2fc5d4c0b8e4909ef1cfda2dfb95493484c72413 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Wed, 18 Nov 2015 15:48:51 -0600 Subject: [PATCH] Add note that globstar is bash 4 specific --- SC2044.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2044.md b/SC2044.md index c9904ff..3605bb8 100644 --- a/SC2044.md +++ b/SC2044.md @@ -49,7 +49,7 @@ done echo "Played $count files" ``` -This is bash specific. +This is bash 4 specific. ##### For POSIX