mirror of
https://github.com/nmap/nmap.git
synced 2026-06-14 04:03:40 +00:00
12 lines
141 B
Text
12 lines
141 B
Text
|
|
# collapse whitespace
|
|
s@ @ @g
|
|
s@ $@@g
|
|
|
|
2d
|
|
|
|
# reintroduce bullets
|
|
s@oSDFGHbullet@o @g
|
|
|
|
# reintroduce sentence spacing
|
|
s@SDFGHJdblspace@ @g
|