Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -t ls -i ls -R ls -1 ls -t ls -i ls -R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile - newfile wc newfile wc infile | newfile wc infile >newfile wc infile - newfile wc newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
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/ mv * ../bin *.* mv * /bin/* mv * ../bin None of these mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? head more cat grep head more cat grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? ; : # $ ; : # $ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? tail bof None of these head - r eof tail bof None of these head - r eof ANSWER DOWNLOAD EXAMIANS APP