반응형
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 | 31 |
Tags
- 원격데스크톱
- 쿠팡 네스프레소 할인
- 다운그레이드
- 모델x
- 삼성카드 우편번호
- 삼성카드 해외직구 우편번호
- 3.1.3
- 해외직구 우편번호
- 레드햇
- JSP
- Listener
- 10g
- 아이폰 강제 재시동
- 아이폰
- Util
- oracle
- 버츄오 할인
- win7
- 아이폰 강제 리부팅
- 윈도우
- 카드 zip code
- 삼성카드 해외직구
- Java
- billing zip code
- 네스프레소 버츄오 넥스트
- ZIP code does not match billing address
- 11g
- 원격데스크탑
- 모델S
- 아이폰15 출시일
Archives
- Today
- Total
starland
Unix shell 본문
반응형
http://blog.naver.com/norther80/80010304158
1. Shell Program 소개
u Shell 종류
/usr/bin/sh POSIX Shell
/usr/bin/ksh Korn Shell
/usr/old/bin/sh Bourne Shell
/usr/bin/csh C Shell
/usr/bin/keysh Key Shell
/usr/bin/rksh Restricted Korn Shell
/usr/bin/rsh Restricted Shell
u Shell Startup 파일
Korn Shell /etc/profile -> $HOME/.profile -> $HOME/.kshrc
Bourne Shell /etc/profile -> $HOME/.profile
POSIX Shell /etc/profile -> $HOME/.profile -> $HOME/.kshrc
C Shell $HOME/.login -> $HOME/.cshrc
2.Shell Parameter
u Parameter Substitution
l Parameter Setting
# Parameter=Value
# 변수명=값 : Named Parameter
l Parameter의 Unsetting
# unset parameter
# unset 변수명
u Command Substitution
# $(command) # `command`
반응형
'Progrming관련' 카테고리의 다른 글
[Programing] 프로그래밍 언어상의 여러줄 문자열 표현(Multiple line string literal in programming language) (0) | 2009.12.08 |
---|---|
[Perl] /usr/bin/perl -w 과 /usr/bin/perl의 차이 (used only once:) (0) | 2009.12.07 |
[Perl] perl 프로그램 소스 가득한곳 (0) | 2009.12.07 |
[JAVA] class -> java 역컴파일러 (0) | 2009.11.23 |
[Unix] 계산 (0) | 2009.11.19 |