what is #!/bin/bash | what is shebang line



what is #!/bin/bash | what is shebang line

what is #!/bin/bash | what is shebang line

#bash #linuxshell #shellscript

hello friends
using shebang line you can give any shell in which you want to execute the shell-script
to see the current shell – echo $SHELL
to see the list of shells – cat /etc/shells

Comments are closed.