Unix Which command is used to list all the files with extension .lst? ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? mv rename remove ren mv rename remove ren ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? m user-list r user-list e user-list None of these d user-list m user-list r user-list e user-list None of these d user-list ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files will displayed by this command cat *ch* catch All of these patch .ch catch All of these patch .ch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? s S i a s S i a ANSWER DOWNLOAD EXAMIANS APP