Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  How to remove most from console output  (Read 2202 times)

Offline vayu

  • User
  • Posts: 232
How to remove most from console output
« on: 2017/11/08, 15:58:43 »
There are places where console output is automatically piped through most, for example the command "systemd-analyze blame" will automatically go through most.
How can I remove most from being automatically inserted before console output on my system?

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Re: How to remove most from console output
« Reply #1 on: 2017/11/08, 22:16:12 »
systemd-analyze --no-pager blame
same for

journalctl
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline vayu

  • User
  • Posts: 232
Re: How to remove most from console output
« Reply #2 on: 2017/11/08, 23:04:28 »
Thanks.

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: How to remove most from console output
« Reply #3 on: 2017/11/09, 16:37:32 »
In addition, there are perhaps some environment variables set on your system, like $SYSTEMD-PAGER and $PAGER. Maybe you can alter those with something like this in your .bashrc
Code: [Select]
export SYSTEMD_PAGER=' '(Disclaimer: I've not played around with this, it's just a hint for probable google-search-keywords ;) )
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.