[Linux] shell script #!/bin/sh - Bash shell vs dash
2022. 4. 22. 11:48
요약 :
원래 Linux에서 Bash shell 쓰다가, 기능이 많이 추가되고 heavy 해지니까, 상대적으로 light한 dash를 사용해서 .sh script를 실행하게 되었다.
그러나 아직 많은 legacy script들이 bash shell을 써서 돌아가고, Login shell도 Bash shell을 쓰고 있어서, 두 진영 간의 충돌이 일어나고 있는 상황.
https://storycompiler.tistory.com/101
https://medium.com/@codingmaths/bin-bash-what-exactly-is-this-95fc8db817bf
'<기타 공부> > [기타 프로그래밍 및 범용 CS]' 카테고리의 다른 글
[Linux] user관리 (0) | 2022.04.22 |
---|---|
언어 별 concept, philosophy (0) | 2022.04.21 |
(언어별) Immutability 정리 (0) | 2022.01.29 |
(언어별) Pass-by-value, Pass-by-reference 정리 (0) | 2022.01.26 |
[Linux] Git Bash에 man 추가 - bashrc, bash_profile 개념 (0) | 2022.01.13 |