Unix Which command will be used with vi editor to insert text to left of cursor? s i S a s i S a ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? pat$ ^pat None of these $pat pat^ pat$ ^pat None of these $pat pat^ ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s r R S s r R S ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates None of these All of these Read and write permission of groups Execute permission for the owner Write permission for others None of these All of these Read and write permission of groups Execute permission for the owner Write permission for others ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr grep sort tee tr grep sort tee ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ANSWER DOWNLOAD EXAMIANS APP