【Shell 文件包含】亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述Shell 文件包含相关的知识,希望能为你提供帮助。
1 li@ubuntu:~/test$ cat b.sh
2 #!/bin/bash
3
4 myName="Nicholas"
5
6 li@ubuntu:~/test$ cat a.sh
7 #!/bin/bash
8
9 . ./b.sh
10 #source ./b.sh
11
12 echo "My name is $myName ..."
13 li@ubuntu:~/test$ chmod +x a.sh
14 li@ubuntu:~/test$ ./a.sh
15 My name is Nicholas ...
16 li@ubuntu:~/test$
被包含的脚本不需要有执行权限
推荐阅读
- 全国各地多省出台乡村装配式钢结构试点和扶持政策
- 使用 Node-RED 处理 MQTT 数据
- Shell 比较两个数的大小
- IO流篇 -- 基于io流实现文件夹拷贝(拷贝子文件夹及子文件夹内文件)
- netty系列之:在netty中使用TCP协议请求DNS服务器
- Shell编程及自动化运维预定义变量
- Shell(if语法的使用)
- spring用到的设计模式
- 系统之家win7纯净版iso系统蓝屏代码0x000000001e的排查方案