원글 링크
현재 배쉬 버젼을 확인 ▼
admin☠ echo $BASH_VERSION
3.2.53(1)-release
배쉬 버젼 업그레이드 ▼
# Update homebrew and install bash
admin☠ brew update && brew install bash
# Add the new shell to the list of allowed shells
admin☠ sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
# Change to the new shell
admin☠ chsh -s /usr/local/bin/bash
위 명령을 입력한 후 리부트(rebooting)
배쉬 버젼을 확인 ▼
admin☠ echo $BASH_VERSION
4.4.12(1)-release