System Grab Bag

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

urxvt

Rxvt-unicode. A customizable terminal emulator. More information: https://manned.org/urxvt.
  • Open a new urxvt window:
    urxvt
  • Run in a specific directory:
    urxvt -cd {{path/to/directory}}
  • Run a command in a new urxvt window:
    urxvt -e {{command}}
  • Run a command and keep the window open:
    urxvt --hold -e {{command}}
  • Run a command within the sh shell:
    urxvt -e {{sh}} -c {{command}}

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.