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

reset — Reinitialize the current terminal. Clears the entire terminal screen. More information: <https://man

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

Problem

How to use the reset command: Reinitialize the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.

Solution

reset — Reinitialize the current terminal. Clears the entire terminal screen. More information: <https://manned.org/reset>.

Reinitialize the current terminal:
reset


Display the terminal type instead:
reset -q

Code Snippets

Reinitialize the current terminal

reset

Display the terminal type instead

reset -q

Context

tldr-pages: linux/reset

Revisions (0)

No revisions yet.