Solved

A Directory Contains the Following Three Files: Texts 1

Question 43

Multiple Choice

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/

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions