Nano calls it ^L, but of course, typing something like
$ grep -v "^\^L" file
doesn't work. Its unicode codepoint is 000C. How can I match it in a regular expression?
|
Nano calls it
doesn't work. Its unicode codepoint is 000C. How can I match it in a regular expression? |
||||
|
|
|
That seems to be the good old form feed character, described in
(Not mentioned there, but Then in
|
|||||||
|