From fad32afda010e9494e45e5db368718f3dc89a635 Mon Sep 17 00:00:00 2001 From: Aadit Agrawal Date: Fri, 10 Jan 2025 11:03:02 +0530 Subject: [PATCH] Update OS/bash/Week1/answers.md --- OS/bash/Week1/answers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS/bash/Week1/answers.md b/OS/bash/Week1/answers.md index ae2f897..d9e8eba 100644 --- a/OS/bash/Week1/answers.md +++ b/OS/bash/Week1/answers.md @@ -2,5 +2,5 @@ Q3. a. `ls *.txt` b. `ls *[0-9]*` - c. `ls ?????*` - 5, considering that one character is a period. + c. `ls ????*.*` - 5, considering that one character is a period. d. `ls [!aeiou]*`