commands.sh

urxvt

linux

Rxvt-unicode. A customizable terminal emulator.

More info →

Examples (5)

Open a new urxvt window

Run in a specific directory

urxvt -cd path/to/directory

Run a command in a new urxvt window

Run a command and keep the window open

urxvt --hold -e command

Run a command within the `sh` shell

made by @shridhargupta | data from tldr-pages