HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

st — A simple terminal emulator for the X Window System. More information: <https://manned.org/st>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
simpletheterminalcommandclistemulatorfor
linux

Problem

How to use the st command: A simple terminal emulator for the X Window System. More information: <https://manned.org/st>.

Solution

st — A simple terminal emulator for the X Window System. More information: <https://manned.org/st>.

Open a terminal:
st


Open a terminal with a specific title:
st -T {{title}}


Open a terminal, execute a given command, and write the output to a file:
st -o {{path/to/file}} -e {{command argument1 argument2}}


Increase/decrease the font size:
<Ctrl Shift {{PageUp|PageDown}}>


Copy/paste from the clipboard:
<Ctrl Shift {{c|v}}>

Code Snippets

Open a terminal

st

Open a terminal with a specific title

st -T {{title}}

Open a terminal, execute a given command, and write the output to a file

st -o {{path/to/file}} -e {{command argument1 argument2}}

Increase/decrease the font size

<Ctrl Shift {{PageUp|PageDown}}>

Copy/paste from the clipboard

<Ctrl Shift {{c|v}}>

Context

tldr-pages: linux/st

Revisions (0)

No revisions yet.