相关疑难解决方法(0)

“源”有什么作用?

$ whatis source
source: nothing appropriate.
$ man source
No manual entry for source
$ source
bash: source: filename argument required
source: usage: source filename [arguments]
Run Code Online (Sandbox Code Playgroud)

它存在,并且可以运行。为什么 Ubuntu 中没有关于它的任何文档?它有什么作用?如何安装有关它的文档?

bash shell documentation

688
推荐指数
10
解决办法
68万
查看次数

执行 Bash 脚本与采购它有什么区别?

执行像 A 这样的 Bash 脚本和采购像 B 这样的 Bash 脚本有什么区别?

A
> ./myscript

B
> source myscript
Run Code Online (Sandbox Code Playgroud)

linux script bash

385
推荐指数
5
解决办法
18万
查看次数

如何在 *nix 中找到点命令 `.` 的帮助?

我需要找到点命令的帮助,.例如. ./my_script.sh(我的意思是第一点。)

我已经尝试使用man .and查找手册页man \.。如何显示说明命令使用的手册页.

linux unix

22
推荐指数
3
解决办法
4031
查看次数

标签 统计

bash ×2

linux ×2

documentation ×1

script ×1

shell ×1

unix ×1