Update OS/bash/Week1/answers.md

This commit is contained in:
Aadit Agrawal 2025-01-10 11:03:02 +05:30
parent 4a33716a49
commit fad32afda0

View File

@ -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]*`