Unix
Which command is used to move all files to the bin sub-directory of the parent directory?

mv * ../bin *.*
mv * /bin/*
mv *.* /bin/
None of these
mv * ../bin

ANSWER DOWNLOAD EXAMIANS APP