denysdovhan / bash-handbook

:book: For those who wanna learn Bash
https://git.io/bash-handbook
5.72k stars 756 forks source link

Add additional information about shebang line #56

Closed fvgs closed 8 years ago

fvgs commented 8 years ago

Someone reading this guide is likely to encounter the #!/usr/bin/env notation at some point, so I added a brief mention of the notation, what it does, and why it is often used.

denysdovhan commented 8 years ago

Excelent idea! I've already had to explain the difference in #55.

sumbach commented 8 years ago

:tada: :sparkles: :+1: :smile:

fvgs commented 8 years ago

Thanks for the feedback, I fixed the two links. :ok_hand::smile:

denysdovhan commented 8 years ago

:+1:

denysdovhan commented 8 years ago

Published as v2.2.0.