本文介绍了shell内置命令的特定手册页,如'source'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果在命令行中执行以下任何一项

If you execute any of the following in the command line

man source
man readonly
man suspend
...

输出是相同的联机帮助页描述shell内置命令

The output is the same manpage describing shell built-in commands in general.

我在线上搜索了source,我找到了更具体的文档:

I've searched for 'source' on line and I've found this more specific documentation:

命令库
NAME

Command Library NAME

source - 将文件或资源评估为Tcl脚本

总览

source - Evaluate a file or resource as a Tcl script
SYNOPSIS

源文件名
源-rsrc resourceName?fileName?

source fileName source -rsrc resourceName ?fileName?

source -rsrcid resourceId?fileName?

source -rsrcid resourceId ?fileName?

类似在我的终端?

推荐答案

尝试在shell中执行:

Try doing this in a shell :

help source

这篇关于shell内置命令的特定手册页,如'source'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 03:18