0 votes
210 views
in Systems Programming by (0 points)
How do you make a list of all filenames in the /tmp directory that the contain the text "user", regardless of case?

Select one:
a. grep user /tmp
b. ls /tmp | grep user
c. ls /tmp : grep user
d. ls /tmp | grep -i user

1 Answer

0 votes
by (0 points)
D

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...