리눅스 $0

Jmnote (토론 | 기여)님의 2014년 7월 23일 (수) 22:03 판 (새 문서: ==개요== ;$0 *스크립트 자신의 파일명을 담은 변수 <source lang='dos'> [root@jmnote ~]# cat test.sh echo $0 [root@jmnote ~]# sh test.sh test.sh </source> ==같이 보...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

$0
  • 스크립트 자신의 파일명을 담은 변수
[root@jmnote ~]# cat test.sh
echo $0
[root@jmnote ~]# sh test.sh
test.sh

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}