DEVFYI - Developer Resource - FYI

Which command is used to delete all files in the current directory and all its sub-directories?

Unix Interview Questions


(Continued from previous question...)

87. Which command is used to delete all files in the current directory and all its sub-directories?

rm -r *

(Continued on next question...)

Other Interview Questions