diff --git a/pages/linux/clear.md b/pages/linux/clear.md new file mode 100644 index 000000000..aa133e6a9 --- /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`