206. Which command is used to move all files to the bin sub-directory of the parent directory ?

A. mv *.* /bin/
B. mv * /bin/*
C. mv * ../bin
D. mv * ../bin *.*
✅ The correct answer is option C.

Leave a Comment

Your email address will not be published. Required fields are marked *