mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 15:03:20 +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
|