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

Unix
The [line number G] key allows you

None of these
to move cursor to the beginning of the line specified by the number
to move cursor left by one position
to move cursor down by one line
to move cursor right by one position

ANSWER DOWNLOAD EXAMIANS APP