A directory contains the following files: What would be the output of the following shell script? for file in *.txt
Posted: Sat Aug 20, 2022 7:48 am
A directory contains the following files:
What would be the output of the following shell script?
for file in *.txt
A. *.txt
B. a b
C. c.cav
D. a.txt
E. a. txt b. txt
What would be the output of the following shell script?
for file in *.txt
A. *.txt
B. a b
C. c.cav
D. a.txt
E. a. txt b. txt