Page 1 of 1

A directory contains the following three files: texts 1.txt texts 2.txt texts 3.csv Which command copies the two files e

Posted: Sat Aug 20, 2022 7:48 am
by answerhappygod
A directory contains the following three files:
texts 1.txt
texts 2.txt
texts 3.csv
Which command copies the two files ending in .txt to the /tmp/ directory?

A. cp ??.txt /tmp/
B. cp *.txt /tmp/
C. cp. \.txt /tmp/
D. cp ?.txt /tmp/
E. cp $?.txt /tmp/