"리눅스 $0"의 두 판 사이의 차이

(새 문서: ==개요== ;$0 *스크립트 자신의 파일명을 담은 변수 <source lang='dos'> [root@jmnote ~]# cat test.sh echo $0 [root@jmnote ~]# sh test.sh test.sh </source> ==같이 보...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;$0
;$0
*스크립트 자신의 파일명을 담은 변수
*스크립트 자신의 파일명을 담은 bash 변수
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# cat test.sh
[root@jmnote ~]# cat test.sh
13번째 줄: 13번째 줄:
*[[0]]
*[[0]]


[[분류: 리눅스]]
[[분류: Bash]]
[[분류: 변수]]
[[분류: 변수]]

2014년 7월 23일 (수) 22:03 판

1 개요

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

2 같이 보기

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