Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? None of these cd HOME. cd cd.. cd/ None of these cd HOME. cd cd.. cd/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sort -r st sh sort sort -r st sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? tty who stty ls None of these tty who stty ls None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst None of these /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst cut sales empl.lst None of these /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nu nm ic li nu nm ic ANSWER DOWNLOAD EXAMIANS APP