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 Which command is used with vi editor to move the cursor to the left? k h j i None of these k h j i None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [ijk] * [!ijk] None of these ? [ijk] * [!ijk] None of these ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to delete the character beneath the cursor? X dd None of these D x X dd None of these D x ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? third fourth second first third fourth second first ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field? #NAME? None of these +(m+l).n kill #NAME? None of these +(m+l).n kill ANSWER DOWNLOAD EXAMIANS APP