Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

SED Essential Training

Posted By: Landau17
SED Essential Training

SED Essential Training
MP4 | Video: 720p | Duration: 2:01:15 | English | Subtitles: VTT | 304.8 MB



SED is the one of the original command line tools for parsing and transforming data on Unix, Linux, and Macintosh machines. David D. Levine helps you unlock the power of SED's compact syntax in these lessons, which cover extracting, transforming, and manipulating data in files and data streams. He reviews the basic commands, including one you'll never want to forget, and shows how to work with regular expressions. The course also covers SED's more advanced programming features, which allow you to write simple programs and manage multiline pattern space, flow, and the hold buffer with a few simple keystrokes. Start here to learn the essentials of this versatile tool.

Topics include:
  • Understanding input, output, files, and pipes
  • Modifying the "s" command
  • Using character classes and quantifiers
  • Controlling printing
  • Reading and writing files
  • Appending, inserting, and editing entire lines
  • Writing programs in SED
  • Using advanced programming commands