Unix Which of the following shell's wildcards are used to match any number of characters including none? * None of these [ijk] ? [!ijk] * None of these [ijk] ? [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? remove mv rename ren remove mv rename ren ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd [p] cd p* cd p cd p* cd [p] cd p* cd p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? bof None of these tail eof head - r bof None of these tail eof head - r ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor backward to the beginning of a word to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen ANSWER DOWNLOAD EXAMIANS APP