3.6 Exercise



  1. What is the symbol which redirects the standard output to a file?

  2. What is the symbol which redirects the standard error to a file?

  3. What kind of files does the regular expression "ls /usr/bin | grep ^a..$" match?

  4. What is grep command line to search lines containing string "DVD"?

  5. What is grep command line to search lines beginning with string "DVD"?


Previous Next