How can I access the information Yay provides

Yup. :grin:

Indeed, it was. Likewise, I enjoy these little collaborations. :smile:

2 Likes

Just a small addition - as I’m moar of a fan of moar than more, less or cat… though it’s currently flagged out-of-date it’s very nice.

1 Like

You can look at bat also. It’s heavy eye-candy, I know, but if you want to look moar you cam also check out bat.

I knew about this but had forgotten - thank you for the reminder.
cat with wings :grinning:

output is the same as with less -R , but with line numbers
which less probably also can do, just not by default

bat -p

…gives the same format as cat, only colourized. So I’ve got

$ alias cat
cat='bat -p'

I’ve always done this the “simple” way … make sure the Konsole profile (in my case) is set to unlimited scrollback, then copy and paste the output e.g.:

nano /DATA/LOGS/System_Upgrade_20240406.txt

That way, I can easily find and view the file from e.g. chroot etc. if needed. All terminal output is saved. (/DATA is a separate partition on my systems).

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.