GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
5. | 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 *.* | |