From e98e5e9d78b41209e2ade8aef88ae20ee2ee0a73 Mon Sep 17 00:00:00 2001 From: J053Fabi0 Date: Mon, 4 Dec 2017 11:57:54 -0700 Subject: [PATCH] clear: add page --- pages/osx/clear.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/osx/clear.md diff --git a/pages/osx/clear.md b/pages/osx/clear.md new file mode 100644 index 0000000000..d3be29f9cd --- /dev/null +++ b/pages/osx/clear.md @@ -0,0 +1,7 @@ +# clear + +> Clears the screen of the terminal. + +- Clear the screen (equivalent to typing Control-L when using the bash shell): + +`clear` \ No newline at end of file