#
: 주석#!
: 어떠한 interpreter를 쓸 것인지 지정.\
: end of a line;
: Used to interpret what follows as a new command (다음 코드 실행)$
: $(변수)&&
: The action will be performed only if the conditions evaluate to true||
: The action will be performed if any of the conditions evaluate to true!
: NOTexport VAR=value
VAR=value; export VAR
$0
: Script name$1
: First parameter$*
: All parameters$#
: Number of parameters$?
: Return value