Tuesday, April 27

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/


No comments:

Post a Comment