Update OS/bash/Week1/answers.md
This commit is contained in:
parent
4a33716a49
commit
fad32afda0
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
Q3. a. `ls *.txt`
|
Q3. a. `ls *.txt`
|
||||||
b. `ls *[0-9]*`
|
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]*`
|
d. `ls [!aeiou]*`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user