Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm *.* None of these rm * rm all rm -r * rm *.* None of these rm * rm all rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? I i a A None of these I i a A None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ai ts sm ic ai ts sm ic ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? dm erase rm delete None of these dm erase rm delete None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the end of the file? tail bof eof head - r None of these tail bof eof head - r None of these ANSWER DOWNLOAD EXAMIANS APP