Chapter 8
- None. Because you are searching for Sed with a capital letter which does not exist
- None. The delete command
d
only deletes lines from the stream, not the file. To delete from the file, you can use the-i
option. - Fourth line. Because we used append command
a
, it will be inserted after the specified position. - None, because the
w
flag is only used with the substitute commands
.