Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * /bin/* mv *.* /bin/ mv * ../bin mv * ../bin *.* None of these mv * /bin/* mv *.* /bin/ mv * ../bin mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as comp cmp do ccp comp cmp do ccp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -l None of these wc -c wc -w wc -r wc -l None of these wc -c wc -w wc -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? None of these v C u R None of these v C u R ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* patch .ch All of these catch patch .ch All of these catch ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? first third second fourth first third second fourth ANSWER DOWNLOAD EXAMIANS APP