Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls *[lst] ls lst* ls *.* ls -l *.lst ls *[lst] ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? a A i I None of these a A i I None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? cd /.profile None of these l -u .profile find /-name profile -print ls profile cd /.profile None of these l -u .profile find /-name profile -print ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. lastlogin None of these .profile .exrc .mbox lastlogin None of these .profile .exrc .mbox ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep tee cat more None of these grep tee cat more None of these 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