Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? None of these ^pat pat^ $pat pat$ None of these ^pat pat^ $pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? l -u .profile find /-name profile -print None of these cd /.profile ls profile l -u .profile find /-name profile -print None of these cd /.profile ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -x None of these ls ls -1 lc ls -x None of these ls ls -1 lc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? None of these cat | /sales > empl.lst /sales > empl.lst cut sales empl.lst grep sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst cut sales empl.lst grep sales empl.lst 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 S a s A S a ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -l -b -d -r None of these -l -b -d -r None of these ANSWER DOWNLOAD EXAMIANS APP