Sed Command Syntax
Let's take a look at the basic syntax and structure of the sed command. I will be demonstrating variations of the sed command as we move through the various demonstrations and exercises.
Basic sec syntax:
sed [options] . . . {script-or-sed-commands} [input-file] . . .
<Video Demonstration Link Here>
In the video we accomplished the following.
1. Located and copied the employee database 'employee.csv' that we used for the demonstrations.
2.
- ggg
sxxx
Now let's take a look at the manual pages (Man) for sed and go over the most common options.
''