From 57f0d3ad644f572d4388ada35b172484d69d6797 Mon Sep 17 00:00:00 2001 From: tk5im Date: Wed, 18 May 2022 16:36:37 +0200 Subject: [PATCH] typo correction at if conditions --- Days/day19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day19.md b/Days/day19.md index c9a7c30..2727f20 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -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