首先把bash设置为可执行:
chmod 755 bashfile
第一种:
# ./bashfile
第二种:
# . bashfile
第三种:
# source bashfile
第四种:
# sh bashfile
第五种:
# bash bashfile
首先把bash设置为可执行:
chmod 755 bashfile
第一种:
# ./bashfile
第二种:
# . bashfile
第三种:
# source bashfile
第四种:
# sh bashfile
第五种:
# bash bashfile