Unix In vi editor, forward search is performed using the command. ?pat All of these /pat :pat ?pat All of these /pat :pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? tar lp ls dir tar lp ls dir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? cr None of these md crdir mkdir cr None of these md crdir mkdir 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? tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc copy wb collect mon /misc tar wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc -w ls -l | wc -l ls | ws -c ls | wc ls | wc -w ls -l | wc -l ls | ws -c ls | wc 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