码迷,mamicode.com
首页 > 其他好文 > 详细

执行文件

时间:2019-10-31 17:59:47      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:fir   bsp   相对   执行   code   scala   com   文件   --   

技术图片

1.绝对路径 和 相对路径  新起shell环境

 /home/kg/qiaoruihua/learn/shell_qiao/first.sh

--

hello shell
hello scala

 ./first.sh

--

hello shell
hello scala

2.bash 和 sh  新起shell环境

bash first.sh

--

hello shell
hello scala

sh first.sh

--

hello shell
hello scala

3.source 和 .  --当前环境

 source first.sh

--hello shell
hello scala
123

. first.sh

--hello shell
hello scala
123

 

执行文件

标签:fir   bsp   相对   执行   code   scala   com   文件   --   

原文地址:https://www.cnblogs.com/hapyygril/p/11772598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!