1946Software EngineeringMedium
Which command is used to copy a file wb with the same name from the programs directory to the misc directory?
Acopy a:programs/wb b:misc/wb
Bcopy programs/wb misc/wb
Ctar programs/wb misc/wb
Dcp programs/wb misc
Correct answer
D. cp programs/wb misc
Explanation
The correct answer is cp programs/wb misc.