Update 'bash_programming.md'
This commit is contained in:
parent
3b8003c103
commit
fcdb4f385e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue