Unix Which command is used with vi editor to search a pattern in the forward direction? // / ?? ? // / ?? ? ANSWER DOWNLOAD EXAMIANS APP
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 -r * rm all rm *.* None of these rm * rm -r * rm all 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? cp programs/wb misc None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb cp programs/wb misc None of these tar programs/wb misc/wb copy a:programs/wb b:misc/wb copy programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-d] None of these [Control -P] [Control - u] [Control-c] [Control-d] None of these [Control -P] [Control - u] [Control-c] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? cat file ls more cat file ls more ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm ic nu li nm ic nu li ANSWER DOWNLOAD EXAMIANS APP