Home  >  Q&A  >  body text

shell - how to get the full name of a linux command

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?

高洛峰高洛峰2711 days ago720

reply all(4)I'll reply

  • 大家讲道理

    大家讲道理2017-05-17 09:58:33

    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.

    reply
    0
  • ringa_lee

    ringa_lee2017-05-17 09:58:33

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

    What is written in man may be more appropriately called origin

    reply
    0
  • 为情所困

    为情所困2017-05-17 09:58:33

    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.

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-17 09:58:33

    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.

    reply
    0
  • Cancelreply