Unix Which command is used to list all the files with extension .lst? ls *[lst] ls *.* ls lst* ls -l *.lst ls *[lst] ls *.* ls lst* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? cat more None of these pg lp cat more None of these pg lp ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols >> symbols < symbols None of these > symbols >> symbols < symbols None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -l ls -a ls -x ls -F ls -l ls -a ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst None of these grep sales empl.lst /sales > empl.lst cat | /sales > empl.lst cut sales empl.lst None of these grep sales empl.lst /sales > empl.lst cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells how large the file is and when the file was last modified. All of these the name of the group owner of the file who the owner of the file is None of these how large the file is and when the file was last modified. All of these the name of the group owner of the file who the owner of the file is None of these ANSWER DOWNLOAD EXAMIANS APP