mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
13 lines
141 B
Plaintext
13 lines
141 B
Plaintext
|
|
# collapse whitespace
|
|
s@ @ @g
|
|
s@ $@@g
|
|
|
|
2d
|
|
|
|
# reintroduce bullets
|
|
s@oSDFGHbullet@o @g
|
|
|
|
# reintroduce sentence spacing
|
|
s@SDFGHJdblspace@ @g
|