Q. Which command is used to move all files to the bin sub-directory of the parent directory? (Solved)
1. mv *.* /bin/
2. mv * /bin/*
3. mv * ../bin
4. mv * ../bin *.*
- c. mv * ../bin
1. mv *.* /bin/
2. mv * /bin/*
3. mv * ../bin
4. mv * ../bin *.*