Q1003
What is the correct syntax for copying multiple files with a filename starting as 'file' into another file named as 'directory_one'?
A.
cp -i file directory_one
B.
cp -R file directory/directory_one
C.
cp file* directory_one
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board