Computer Programming MCQs Basic of linux unix
Q Which command is used to move all files to the bin sub-directory of the parent directory ?
  • A A. Mv *.* /bin/
  • B B. Mv * /bin/*
  • C C. Mv * ../bin
  • D D. Mv * ../bin *.*
Leave a Comment