Unix Which command is used to list all the files with extension .lst? ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile None of these .exrc .mbox lastlogin .profile None of these .exrc .mbox lastlogin ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /tmp /etc /dev /usr /tmp /etc /dev /usr ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? path pwd dir prompt $p$g path pwd dir prompt $p$g ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. ( { ) } ( { ) } ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? grep sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst cut sales empl.lst grep sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst cut sales empl.lst ANSWER DOWNLOAD EXAMIANS APP