Unix Which command is used to list all the files with extension .lst? ls -l *.lst ls *.* ls lst* ls *[lst] ls -l *.lst ls *.* ls lst* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od oct cd of od oct cd of ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard input file both input and output file standard output file neither standard input nor standard output file standard input file both input and output file standard output file neither standard input nor standard output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? / // ?? ? / // ?? ? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? i I a None of these A i I a None of these A ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c ANSWER DOWNLOAD EXAMIANS APP