Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? s A a S s A a S ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s r S R s r S R 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? None of these rm -r * rm all rm * rm *.* None of these rm -r * rm all rm * rm *.* ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp do ccp cmp comp do ccp cmp 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 commands is used to display the directory attributes rather than its contents? ls -x ls -l ls -F ls -l -d ls -x ls -l ls -F ls -l -d ANSWER DOWNLOAD EXAMIANS APP