mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 03:48:22 +00:00
Update cheatsheets
This commit is contained in:
17
linux/reset
Normal file
17
linux/reset
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user