Unix Which command is used to sort the lines of data in a file in alphabetical order? None of these sort -r st sort sh None of these sort -r st sort sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? a s S A a s S A ANSWER DOWNLOAD EXAMIANS APP
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 None of these mv * /bin/* mv *.* /bin/ mv * ../bin *.* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? None of these wc -r wc -l wc -c wc -w None of these wc -r wc -l wc -c wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nu nm ic li nu nm ic ANSWER DOWNLOAD EXAMIANS APP