automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/git.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/git.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
30
docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md
Executable file
30
docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md
Executable file
@@ -0,0 +1,30 @@
|
||||
# The `clear` command
|
||||
|
||||
In linux, the `clear` command is used to clear terminal screen.
|
||||
|
||||
## Example
|
||||
|
||||
```bash
|
||||
$ clear
|
||||
```
|
||||
|
||||
## Before:
|
||||
|
||||
```bash
|
||||
$ echo Hello World
|
||||
Hello World
|
||||
|
||||
$ clear
|
||||
```
|
||||
## After executing clear command:
|
||||
```bash
|
||||
$
|
||||
```
|
||||
|
||||
Screenshot:
|
||||
|
||||

|
||||
|
||||
After running the command your terminal screen will be clear:
|
||||
|
||||

|
||||
Reference in New Issue
Block a user