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 these

ANSWER DOWNLOAD EXAMIANS APP