Unix Which command is used with vi editor to search a pattern in the forward direction? ? / // ?? ? / // ?? ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the < symbols None of these >> symbols > symbols < symbols None of these >> symbols > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv *.* /bin/ mv * ../bin *.* None of these mv * /bin/* mv * ../bin mv *.* /bin/ mv * ../bin *.* None of these mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. grep mesg write mail grep mesg write mail ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is invalid filename? TRY my .file trial None of these TRY my .file trial None of these 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