what is meaning of #!binbash in a shell
The string '#!/bin/bash' is called a shebang or hashbang. It is used at the beginning of a shell script to indicate which interpreter should be used to execute the script. In this case, it specifies that the script should be run using the bash shell.
原文地址: https://www.cveoy.top/t/topic/bJU9 著作权归作者所有。请勿转载和采集!