Unix In vi editor, forward search is performed using the command. :pat ?pat All of these /pat :pat ?pat All of these /pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? $pat None of these pat$ ^pat pat^ $pat None of these pat$ ^pat pat^ ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? None of these who > user.lst who | tee user.lst who < user.lste who >> user.lst None of these who > user.lst who | tee user.lst who < user.lste who >> user.lst 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 intr ^c stty echo ^a tty ^c stty echoe stty intr ^c stty echo ^a tty ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard input file both input and output file neither standard input nor standard output file standard output file standard input file both input and output file neither standard input nor standard output file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* catch .ch All of these patch catch .ch All of these patch ANSWER DOWNLOAD EXAMIANS APP