Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

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

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 *.*