고급 Bash 스크립팅 가이드: Bash를 이용한 쉘 스크립팅 완전 가이드
이전
다음
Part 3. 중급 단계(Beyond the Basics)
차례
9.
변수 재검토(Variables Revisited)
9.1.
내부 변수(Internal Variables)
9.2.
문자열 조작
9.3.
매개변수 치환(Parameter Substitution)
9.4.
변수 타입 지정:
declare
나
typeset
9.5.
변수 간접 참조
9.6.
$RANDOM: 랜덤한 정수 만들기
9.7.
이중소괄호(The Double Parentheses Construct)
10.
루프와 분기(Loops and Branches)
10.1.
루프
10.2.
중첩된 루프
10.3.
루프 제어
10.4.
테스트와 분기(Testing and Branching)
11.
내부 명령어(Internal Commands and Builtins)
11.1.
작업 제어 명령어
12.
외부 필터, 프로그램, 명령어
12.1.
기본 명령어
12.2.
복잡한 명령어
12.3.
시간/날짜 명령어
12.4.
텍스트 처리 명령어
12.5.
파일, 아카이브(archive) 명령어
12.6.
통신 명령어
12.7.
터미널 제어 명령어
12.8.
수학용 명령어
12.9.
기타 명령어
13.
시스템과 관리자용 명령어
14.
명령어 치환(Command Substitution)
15.
산술 확장(Arithmetic Expansion)
16.
I/O 재지향
16.1.
exec
쓰기
16.2.
코드 블럭 재지향
16.3.
응용
17.
Here Documents
18.
쉬어가기
이전
처음으로
다음
숫자 상수(Numerical Constants)
변수 재검토(Variables Revisited)