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 If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty intr ^c tty ^c stty echo ^a stty echoe stty intr ^c tty ^c stty echo ^a stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w ls | wc ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? cut grep paste cat cut grep paste cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? /p lp cat pg None of these /p lp cat pg None of these ANSWER DOWNLOAD EXAMIANS APP