This website works better with JavaScript
Home
Explore
Help
Register
Sign In
david
/
tldr
mirror of
https://github.com/tldr-pages/tldr.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
2e2243e363
Branches
Tags
kant-patch-1
kant-patch-11
kant-patch-2
kant-patch-3
kant-patch-4
kant-patch-5
kant-patch-6
main
v2.3
v2.2
v2.1
v2.0
v1.5b
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
tldr
/
pages.zh
/
osx
/
command.md
command.md
248 B
History
Raw
command
命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
从字面上执行 ls 程序,即使存在 ls 别名:
command {{ls}}