mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 19:24:54 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
250 B
250 B
command
命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
- 从字面上执行
ls
程序,即使存在 ls 别名:
command {{ls}}