typo correction at if conditions

This commit is contained in:
tk5im 2022-05-18 16:36:37 +02:00
parent 2593a59681
commit 57f0d3ad64

View File

@ -152,7 +152,7 @@ We might also use bash scripting to determine information about files and folder
- `-d file` True if the file is a directory
- `-e file` True if the file exists
- `-f file` True if the provided string is a file
- `g file` True if the group id is set on a file
- `-g file` True if the group id is set on a file
- `-r file` True if the file is readable
- `-s file` True if the file has a non-zero size