Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm * rm *.* rm -r * rm all None of these rm * rm *.* rm -r * rm all None of these 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 set option is used with vi editor to display line numbers on screen? li nm ic nu li nm ic nu ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c -r option None of these #NAME? -c -r option None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? None of these lp pg /p cat None of these lp pg /p cat ANSWER DOWNLOAD EXAMIANS APP