Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb None of these copy programs/wb misc/wb copy a:programs/wb b:misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch All of these catch .ch patch All of these catch .ch ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. countw count p None of these wc wcount countw count p None of these wc wcount 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 pat^ None of these $pat pat$ ^pat pat^ None of these $pat pat$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? pid au du ps pid au du ps ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? c R C r c R C r ANSWER DOWNLOAD EXAMIANS APP