3.6 Exercise |
- What is the symbol which redirects the standard output to a file?
- What is the symbol which redirects the standard error to a file?
- What kind of files does the regular expression "ls /usr/bin | grep ^a..$" match?
- What is grep command line to search lines containing string "DVD"?
- What is grep command line to search lines beginning with string "DVD"?