Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Use Grep for Fast Search from the Command Line, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:16
    Search the contents of files using grep
  • Урок 2. 00:01:42
    Search directory contents recursively using grep
  • Урок 3. 00:01:34
    Use find to search for filename patterns
  • Урок 4. 00:02:21
    Search matching files by combining find and grep with xargs
  • Урок 5. 00:01:47
    Search the contents of a git repository with git grep
  • Урок 6. 00:02:00
    Show context around matches using grep
  • Урок 7. 00:02:10
    Search for basic patterns using grep
  • Урок 8. 00:02:36
    Use grep's extended regular expressions to find complex patterns
  • Урок 9. 00:01:08
    Search for optional patterns with grep OR
  • Урок 10. 00:01:19
    Specify line beginning and end in patterns using grep
  • Урок 11. 00:02:22
    Match classes of characters using bracket expressions with grep
  • Урок 12. 00:02:13
    Search with groups using grep
  • Урок 13. 00:00:59
    Find matches excluding a pattern with grep