Learn GREP and SED on Linux for Beginners – Lite

Learn GREP and SED on Linux for Beginners – Lite

English | 2016 | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 38 min | 311 MB

This course explores in details of two powerful tools grep and sed

One of the most important tasks we undertake in Linux is processing text in files. This course explores two powerful tools we have to do this: grep and sed. Grep and sed find and manipulate text in files using regular expressions, which use special characters for searching and replacing text.

In the course, we’ll introduce regular expression syntax in the context of learning grep, then apply what we’ve learned as we work with sed. Topics include:

  • finding text with grep
  • regular expression syntax
  • meta characters
  • validating emails and phone numbers