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

resize — Resize terminal size to the window size. More information: <https://manned.org/resize>.

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

Problem

How to use the resize command: Resize terminal size to the window size. More information: <https://manned.org/resize>.

Solution

resize — Resize terminal size to the window size. More information: <https://manned.org/resize>.

Resize the terminal:
resize


Print terminal size:
resize -s

Code Snippets

Resize the terminal

resize

Print terminal size

resize -s

Context

tldr-pages: linux/resize

Revisions (0)

No revisions yet.