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"'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment