unix - shell-script headers (#!/bin/sh vs #!/bin/csh) - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
unix - shell-script headers (#!/bin/sh vs #!/bin/csh) - Stack Overflow
Why do all script files start with #!/bin/sh or with #!/bin/csh Is that required? What's the purpose of this? And what's the difference between the two?