From fcdb4f385efbd553c5065194afb6d21826a8541f Mon Sep 17 00:00:00 2001 From: wp Date: Wed, 7 Sep 2022 17:31:20 -0500 Subject: [PATCH] Update 'bash_programming.md' --- bash_programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_programming.md b/bash_programming.md index 05a1de0..0bf5361 100644 --- a/bash_programming.md +++ b/bash_programming.md @@ -109,7 +109,7 @@ EOT ``` Common bash test expressions -https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html +https://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html and https://stackoverflow.com/a/21164441 ``` The following test operators return "True" if the file exists -a file :: Any file type