From e07aaa8c30839d51102ec2ca35f2b9f17966fa40 Mon Sep 17 00:00:00 2001 From: r3dsquirr3l Date: Sun, 14 Oct 2018 20:43:24 +0100 Subject: [PATCH] added Clear command (#19100) --- .../pages/guide/english/linux/basic-linux-commands/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/guide/english/linux/basic-linux-commands/index.md b/client/src/pages/guide/english/linux/basic-linux-commands/index.md index bd33f8102c..d7a5add5fd 100644 --- a/client/src/pages/guide/english/linux/basic-linux-commands/index.md +++ b/client/src/pages/guide/english/linux/basic-linux-commands/index.md @@ -39,3 +39,6 @@ When starting out with linux, there are some basic commands everyone should know  11. **less** - view file content - Use `less filename.txt` to view contents of a file and navigate through them. By default, less will go through the file page by page. + +12. **clear** - clear terminal +- Use `clear` to simply clear all output from your terminal.