Vidyalelo
Computer Science · Q1003

UNIX

Engineering and GATE · Computer Science · question 1003

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
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board