Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Unix
Which command is used to move all files to the bin sub-directory of the parent directory?
mv *.* /bin/
mv * /bin/*
mv * ../bin
mv * ../bin *.*
None of the above
Show Answer
Correct Answer:
mv * ../bin
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment