Files
cheatsheet-tldr/tldr/linux/reset

18 lines
319 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# reset
> Reinitializes 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`