Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 5)
5.
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
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.