Replies: 1 comment 4 replies
-
You can use the SQL interface to mark all of the lines, like so: ;UPDATE all_logs SET log_mark = 1; However, marking all the lines is probably not going to be performant. I tend to expect bookmarks to be a small percentage of the number of lines, so I haven't spent much time optimizing it. Can you share what higher-level operation you're trying to do and maybe we can find an alternate solution. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When writing lnav scripts
:mark
command is handy, and having:mark-all
command for marking all lines may be convenient, especially when:pipe-to
command is used afterwards.What do you think about this idea?
Beta Was this translation helpful? Give feedback.
All reactions