Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- netsh
- Windows 10
- ssh
- bash
- 단축키
- lsof
- maVen
- 네트워크
- xargs
- Source
- context
- JavaScript
- Windows
- Mac
- tomcat
- resource
- web.xml
- profile
- GIT
- Eclipse
- VirtualBox
- plugin
- vscode
- Quartz
- 줄바꿈 문자
- grep
- find
- IntelliJ
- port
- import
Archives
- Today
- Total
목록2024/09/25 (1)
develog
[linux] 터미널 텍스트 색상
echo -e "\033[30m Black Text \033[0m" ; \echo -e "\033[31m Red Text \033[0m" ; \echo -e "\033[32m Green Text \033[0m" ; \echo -e "\033[33m Yellow Text \033[0m" ; \echo -e "\033[34m Blue Text \033[0m" ; \echo -e "\033[35m Magenta Text \033[0m" ; \echo -e "\033[36m Cyan Text \033[0m" ; \echo -e "\033[37m White Text \033[0m" ; \
카테고리 없음
2024. 9. 25. 22:17