Vidyalelo
Computer Science · Q449

UNIX

Engineering and GATE · Computer Science · question 449

Q449

What does the following command do? cp -u * dir_file

A.
copy all files to directory dir_file
B.
update all files
C.
delete all files
D.
update all files in the current working directory and copy newer ones to directory dir_file
Answer

Answer: Option D

Solution

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