What does the following command do?
cp -u * dir_file
cp -u * dir_fileA. 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: Option D

Join The Discussion