Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? ech None of these fch rch tch ech None of these fch rch tch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? del rm mv remove del rm mv remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more cat grep head more cat grep head ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as cmp ccp comp do cmp ccp comp do ANSWER DOWNLOAD EXAMIANS APP