Unix Which command is used to extract specific columns from the file? cat paste cut grep cat paste cut grep ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? first fourth second third first fourth second third 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 tty ^c stty echo ^a stty echoe stty intr ^c tty ^c stty echo ^a stty echoe stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: neither standard input nor standard output file both input and output file standard input file standard output file neither standard input nor standard output file both input and output file standard input file standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? pat^ $pat ^pat pat$ pat^ $pat ^pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? i a A None of these I i a A None of these I ANSWER DOWNLOAD EXAMIANS APP