add extra tricks

This commit is contained in:
mischa 2023-06-06 21:02:49 +00:00
parent 64a200c4df
commit 9122df5c02
1 changed files with 4 additions and 2 deletions

View File

@ -107,9 +107,11 @@ N = 10
</pre>
## Search/replace ^M with LF
## Search/replace &#94;M with LF
:g/<u>&lt;CTRL-V&gt;&lt;ENTER&gt;</u>/s///g
<pre>
:g/<u>&lt;CTRL-V&gt;&lt;ENTER&gt;</u>/s///g
</pre>
## Write the file as root