Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? kill #NAME? None of these +(m+l).n kill #NAME? None of these +(m+l).n ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to count just the number of characters in a file? wc - 1 wc -r wc -c wc -w wc - 1 wc -r wc -c wc -w 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? None of these -r -l -d -b None of these -r -l -d -b ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? du au pid ps du au pid ps 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 a S A s a S A ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP