Logo

A. mv *.* /bin/
B. mv * /bin/*
C. mv * ../bin
D. mv * ../bin *.*

Correct Answer: mv * ../bin

Last Updated: April 07, 2019