Update 'bash_programming.md'

This commit is contained in:
wp 2022-09-07 17:31:20 -05:00
parent 3b8003c103
commit fcdb4f385e
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ EOT
``` ```
Common bash test expressions 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 The following test operators return "True" if the file exists
-a file :: Any file type -a file :: Any file type