7 lines
130 B
Markdown
Raw Permalink Normal View History

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