리눅스 $0

Jmnote (토론 | 기여)님의 2014년 12월 16일 (화) 10:27 판 (→‎같이 보기)

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 }}