From 8eae311392aeefeff72098c9263fcc58cd9681de Mon Sep 17 00:00:00 2001 From: Joe <30220172+Joe-Lalama@users.noreply.github.com> Date: Fri, 1 Mar 2019 16:49:29 -0500 Subject: [PATCH] clear (#24643) * clear added an explanation of the clear command * add title fix format * fixed format * fixed title * Fix filename to index.md --- guide/english/bash/bash-clear/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guide/english/bash/bash-clear/index.md diff --git a/guide/english/bash/bash-clear/index.md b/guide/english/bash/bash-clear/index.md new file mode 100644 index 0000000000..9f5ba02173 --- /dev/null +++ b/guide/english/bash/bash-clear/index.md @@ -0,0 +1,7 @@ +--- +title: Bash clear +--- + +## Bash Command clear + +`clear` - typing clear will remove all text from the shell your working in.