In the video, we talk about the applications of regex through the presentation of a problem scenario.
sed
This video introduces sed
, the famous steam editor.
sed
commandsThis video provides an overview of common sed
commands.
This video shows how to use sed
in order to solve the problem scenario
presented in the introduction.
awk
This video discusses the idea of keeping a state when parsing data in order to
expand on our earlier problem scenario, and presents awk
.
awk
usageThis video shows how we can call awk
from the terminal, and how awk
commands
are generally structured.
awk
language constructsConsidering that awk
is a programming language, the video shows how to
leverage common programming constructs.
awk
This video presents a solution to our expanded problem scenario using awk
.
This video provides a brief discussion of sed
, awk
, and grep
, and wraps up
our topic on scripting.