1. Урок 1. 00:02:16
    Search the contents of files using grep
  2. Урок 2. 00:01:42
    Search directory contents recursively using grep
  3. Урок 3. 00:01:34
    Use find to search for filename patterns
  4. Урок 4. 00:02:21
    Search matching files by combining find and grep with xargs
  5. Урок 5. 00:01:47
    Search the contents of a git repository with git grep
  6. Урок 6. 00:02:00
    Show context around matches using grep
  7. Урок 7. 00:02:10
    Search for basic patterns using grep
  8. Урок 8. 00:02:36
    Use grep's extended regular expressions to find complex patterns
  9. Урок 9. 00:01:08
    Search for optional patterns with grep OR
  10. Урок 10. 00:01:19
    Specify line beginning and end in patterns using grep
  11. Урок 11. 00:02:22
    Match classes of characters using bracket expressions with grep
  12. Урок 12. 00:02:13
    Search with groups using grep
  13. Урок 13. 00:00:59
    Find matches excluding a pattern with grep