One Man's Notes
Wednesday, September 13, 2017
cygwin terminal cls command
The cls command that Windows can do in a cmd window is useful in many cases.
Here is how to add it to cygwin.
Put this somewhere in your ~/.bashrc file:
alias cls='printf "\033c"'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)