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/
A directory contains the following three files: texts 1.txt texts 2.txt texts 3.csv Which command copies the two files e
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
A directory contains the following three files: texts 1.txt texts 2.txt texts 3.csv Which command copies the two files e
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!