Translations:Limit the size of .log files & the journal/41/en

I use the following ~/.bashrc alias:

alias errors="journalctl -b -p err|less"

On entering errors in the Terminal, all errors or worse since the last boot are sent to (piped) to the Terminal based text display tool called Less which wraps the text output of the journalctl command. Apart from anything else, it makes the errors more useful for anyone reading them in the forum!