Unix Which command is used to list all the files with extension .lst? ls *[lst] ls lst* ls *.* ls -l *.lst ls *[lst] ls lst* ls *.* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nu nm ic li nu nm ic li ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols < symbols None of these >> symbols > symbols < symbols None of these >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? pg None of these cat lp more pg None of these cat lp more ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor right by one position to move cursor down by one line None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor right by one position to move cursor down by one line 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[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] ANSWER DOWNLOAD EXAMIANS APP