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 is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc cp wb collect mon ../misc None of these copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc cp wb collect mon ../misc None of these copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs cp chap?? progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? file ls cat more file ls cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? which who am i pwd None of these i /4 which who am i pwd None of these i /4 ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? s d w r s d w r ANSWER DOWNLOAD EXAMIANS APP