Unix Which of the following commands is used to view your file 24 lines at a time? cat lp None of these /p pg cat lp None of these /p pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? grep sales empl.lst cut sales empl.lst cat | /sales > empl.lst /sales > empl.lst None of these grep sales empl.lst cut sales empl.lst cat | /sales > empl.lst /sales > empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -x ls -F ls -l -d ls -l ls -x ls -F ls -l -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cut cat paste grep cut cat paste grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? tch rch fch None of these ech tch rch fch None of these ech ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols > symbols < symbols None of these >> symbols > symbols < symbols None of these ANSWER DOWNLOAD EXAMIANS APP