Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ic sm ai ts ic sm ai ts ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s A a S s A a S ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sh None of these st sort -r sort sh None of these st sort -r sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? wc cat grep touch wc cat grep touch 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 with vi editor to search a pattern in the forward direction? ? / // ?? ? / // ?? ANSWER DOWNLOAD EXAMIANS APP