From 7564366d5391a5cb1f0963e0e045c60ca65ae23b Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 17 Aug 2023 15:59:18 +0200 Subject: [PATCH] Use -1 instead of -l in the hint --- src/day_4/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/day_4/tasks.md b/src/day_4/tasks.md index 8d682e4..42ff5ca 100644 --- a/src/day_4/tasks.md +++ b/src/day_4/tasks.md @@ -34,7 +34,7 @@ There are 3 files and directories in this directory. ### Hints -- `ls -l` shows every file or directory in the current directory on a separate line. +- `ls -1` shows every file or directory in the current directory on a separate line. ## Task: Backup then update