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

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

ANSWER DOWNLOAD EXAMIANS APP