고급 Bash 스크립팅 가이드: Bash를 이용한 쉘 스크립팅 완전 가이드
이전
다음
Part 2. 기초 단계
차례
3.
종료와 종료 상태(Exit and Exit Status)
4.
특수 문자
5.
변수와 매개변수 소개
5.1.
변수 치환(Variable Substitution)
5.2.
변수 할당(Variable Assignment)
5.3.
Bash 변수는 타입이 없다(untyped)
5.4.
특수한 변수 타입
6.
쿼우팅(quoting)
7.
테스트
7.1.
테스트(Test Constructs)
7.2.
파일 테스트 연산자
7.3.
비교 연산자(이진)
7.4.
중첩된 if/then 조건 테스트
7.5.
여러분이 테스트문을 얼마나 이해했는지 테스트 해보기
8.
연산자 이야기(Operations and Related Topics)
8.1.
연산자(Operators)
8.2.
숫자 상수(Numerical Constants)
이전
처음으로
다음
몸풀기 연습문제(Preliminary Exercises)
종료와 종료 상태(Exit and Exit Status)