Examveda
Examveda

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

D. none of the mentioned

Answer: Option C


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix