Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these mv * ../bin mv * /bin/* mv * ../bin *.* mv *.* /bin/ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -x ls -F ls -l ls -l -d ls -x ls -F ls -l ls -l -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -d -l -b -r None of these -d -l -b -r None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst /sales > empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; rdir None of these rmdir remove rd rdir None of these rmdir remove rd ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following signs is used to back up over typing errors in vi? ! # $ None of these @ ! # $ None of these @ ANSWER DOWNLOAD EXAMIANS APP