June 2003
Beginner to intermediate
944 pages
43h 1m
English
d
[address1[,address2]]d
Delete the addressed line (or lines) from the pattern space. Thus, the line is not passed to standard output. A new line of input is read, and editing resumes with the first command in the script.
Delete all blank lines (those whose first character is a line ending):
/^$/dRead now
Unlock full access