[username@notebook ~]$ cat foo.sh
#!/bin/bash
echo "$0"
[username@notebook ~]$ ./foo.sh
./foo.sh
[username@notebook ~]$
질문 : “foo.sh”를 어떻게 출력 할 수 있습니까? 아무리 실행 되었어도
[username@notebook ~]$ cat foo.sh
#!/bin/bash
echo "$0"
[username@notebook ~]$ ./foo.sh
./foo.sh
[username@notebook ~]$
질문 : “foo.sh”를 어떻게 출력 할 수 있습니까? 아무리 실행 되었어도