This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-09-02 01:33:43 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages.zh
/
osx
/
command.md
Ein Verne
b33795f8ab
format translation: update
2019-11-02 17:47:23 +00:00
248 B
Raw
Blame
History
command
命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
从字面上执行 ls 程序,即使存在 ls 别名:
command {{ls}}