Unix Which command is used to list all the files with extension .lst? ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ANSWER DOWNLOAD EXAMIANS APP
Unix While working with mail command, which command is used to save mail in a separate file? r s w d r s w d ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /etc /tmp /usr /dev /etc /tmp /usr /dev ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. :pat ?pat All of these /pat :pat ?pat All of these /pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? lp ls dir tar lp ls dir tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sh sort sort -r st sh sort sort -r st ANSWER DOWNLOAD EXAMIANS APP