You are not logged in.
https://gitlab.gnome.org/GNOME/libnotif … ion.c#L671
Todo since 11+ years… so more lazy than dumb.
Offline
1. A pager is eg. "less" and journalctl uses it to allow you to navigate loooooong texts in the console.
When you copy-and-paste from it, the text gets truncated (because the pager limits it to the terminal size and allows you to navigate the visible part w/ eg. the arrow keys)
So how is journalctl different from less?
How would I use it to pull up a log something long?
Last edited by bmike1 (2021-10-31 20:44:12)
Offline
How would I use it to pull up a log something long?
What?
So how is journalctl different from less?
journalctl is the story and less is the paper - put it together (journalctl does that for you by default, you can pass "--no-pager") and you've got a book.
Offline