RED='\033[0;31m'

NC='\033[0m' # No Color


# Removing Directories
echo -e "${NC}"
echo -e "${NC}--------------------------------------"
echo -e "${RED}| # Removing Directories             |"
echo -e "${NC}--------------------------------------"




'20. Programming > Tools - Bash Shell' 카테고리의 다른 글

[bash shell] 값 증가  (0) 2018.11.12
[bash shell] 중단하기  (0) 2018.11.12
[bash shell] 주석  (0) 2018.11.12
[bash shell] for ... in 문  (0) 2018.11.12

+ Recent posts