7 lines
129 B
Markdown
Raw Normal View History

2025-01-10 10:41:50 +05:30
## Lab 1
Q3. a. `ls *.txt`
b. `ls *[0-9]*`
c. `ls ?????*` - 5, considering that one character is a period.
d. `ls [!aeiou]*`