shell - how to get the full name of a linux command
高洛峰
高洛峰 2017-05-17 09:56:33
0
4
778

How to get the full name of a linux command.
For example:

ls = list
cat = concatenate
man = manual

The full names of the above can be seen from manual.

So, how to get the full name of tee? From manual and info page, we can’t tell what the full name of tee is. .

So how do you find the full names of other commands? Is there a certain way?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(4)
大家讲道理

Command names in Linux are not necessarily the abbreviation of a certain word or phrase.
For example, awk is the first letter of the names of the three authors of this language; awk是这款语言三名作者名字的首字母;
tee则来自于TAnd tee comes from T, which is a term for line workers. Represents a T-shaped pipeline splitter.

左手右手慢动作

tee就是T, that is, the three-way pipe

What is written in man may be more appropriately called origin

为情所困

You can refer to What does {some strange unix command name} stand for?. It has the meaning of awk, grep, teeand other strange command names.

大家讲道理

If you think about it the other way around, you will know that the full name is not listed because tee is already the full name.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template