System Grab Bag

View all TLDR pages from common (or from all pages)

pfetch

Display system information. More information: https://github.com/dylanaraps/pfetch.
  • Display the ASCII art and default fields:
    pfetch
  • Display only the ASCII art and color palette fields:
    PF_INFO="{{ascii palette}}" pfetch
  • Display all possible fields:
    PF_INFO="{{ascii title os host kernel uptime pkgs memory shell editor wm de palette}}" pfetch
  • Display a different username and hostname:
    USER="{{user}}" HOSTNAME="{{hostname}}" pfetch
  • Display without colors:
    PF_COLOR={{0}} pfetch

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.