urxvt
Verified for current stable LTS
Urxvt Command: Run Command And Keep Window Open
Use for run command and keep window open with Urxvt. Exact CLI syntax to run command and keep window open using Urxvt.
When to use this: Use for run command and keep window open with Urxvt.
Command Syntax
urxvt --hold -e <command> urxvt --hold -e <command> Live Command Builder
Final Command
urxvt --hold -e <command> Command Breakdown
--hold- Command Option
- Tool-specific option used by this command invocation.
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run command and keep window open using Urxvt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Urxvt Command: Open New Urxvt Window
urxvt Urxvt Command: Open Urxvt In Specific Directory urxvt -cd <path/to/directory> Urxvt Command: Run Command In New Urxvt Window urxvt -e <command> Urxvt Command: Run Command In Sh Shell In Urxvt urxvt -e <sh> -c <command> Xfce4 Terminal Command: Hold Terminal After Command Linux xfce4-terminal --command "<command_with_args>" --hold