Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | ws -c ls -l | wc -l ls | wc -w ls | wc ls | ws -c ls -l | wc -l ls | wc -w 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? cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? more file cat ls more file cat ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? cp tar ln lk None of these cp tar ln lk None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? rch fch None of these tch ech rch fch None of these tch ech ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? mkdir crdir md cr None of these mkdir crdir md cr None of these ANSWER DOWNLOAD EXAMIANS APP