mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +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
|