Unix Which command is used to sort the lines of data in a file in alphabetical order? sort sort -r st None of these sh sort sort -r st None of these sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? ? [ijk] [!ijk] None of these * ? [ijk] [!ijk] None of these * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? haltsys kill cancel shutdown haltsys kill cancel shutdown ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it #NAME? -1 -r None of these #NAME? -1 -r None of these 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 echo ^a stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c stty echoe tty ^c ANSWER DOWNLOAD EXAMIANS APP