Page 1 of 1

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
by answerhappygod
A directory contains the following files:

What would be the output of the following shell script?
for file in *.txt
A Directory Con 1
A Directory Con 1 (1.49 KiB) Viewed 90 times
A Directory Con 2
A Directory Con 2 (3.12 KiB) Viewed 90 times
A. *.txt
B. a b
C. c.cav
D. a.txt
E. a. txt b. txt