diff --git a/pages/linux/clear.md b/pages/linux/clear.md new file mode 100644 index 0000000000..aa133e6a92 --- /dev/null +++ b/pages/linux/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` diff --git a/pages/osx/clear.md b/pages/osx/clear.md new file mode 100644 index 0000000000..aa133e6a92 --- /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`