반응형
In the terminal, use the following command;
$ printf "\033c"
You can also define an alias in the bash file.
$ gedit ~/.bashrc
Add the following line at the end of the file.
alias cls='printf "\033c"'
Then you can use cls to clear the terminal anytime you want.
반응형
'연구 관련' 카테고리의 다른 글
How to Convert Image to Base64 String in Python (0) | 2022.05.20 |
---|---|
ROS1 vs. ROS2 (Short Description) (0) | 2022.03.09 |
QGC full window (missing title bar) (0) | 2020.10.17 |
Matlab installation ubuntu (우분투에 매틀랩 설치) (0) | 2020.04.28 |