중단하기 - exit

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}--------------------------------------"


exit

# Disk Usage
echo -e "${NC}"
echo -e "${NC}--------------------------------------"
echo -e "${RED}| # Disk Usage                       |"
echo -e "${NC}--------------------------------------"







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

[bash shell] 값 증가  (0) 2018.11.12
[bash shell] 주석  (0) 2018.11.12
[bash shell] for ... in 문  (0) 2018.11.12
[bash shell] echo 에 color 넣기 - 미완  (0) 2018.11.12

+ Recent posts