MIT-Curricular/OS/bash/Week1/answers.md
2025-01-10 11:03:02 +05:30

6 lines
130 B
Markdown

## Lab 1
Q3. a. `ls *.txt`
b. `ls *[0-9]*`
c. `ls ????*.*` - 5, considering that one character is a period.
d. `ls [!aeiou]*`