i’m pretty new to the shell scripting world and not sure, if i should give my scripts a .sh or .bash extension.
not sure what the pros and cons are.
i’m pretty new to the shell scripting world and not sure, if i should give my scripts a .sh or .bash extension.
not sure what the pros and cons are.
I just drop it. Very little reason to use it when my
~/bin
is nothing but shell script. If I made the script with the intention to share, .bash for bash specific script, .sh for POSIX compliant script.