Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rd rmdir rdir remove None of these rd rmdir rdir remove None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? S s A a S s A a 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? copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? tar cpio cp None of these copy tar cpio cp None of these copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? None of these chdir cdir changedir cd None of these chdir cdir changedir cd ANSWER DOWNLOAD EXAMIANS APP