Which command is used to move all files to the bin sub-directory of the parent directory ? September 1, 2021April 6, 2019 by admin 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 *.*