1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

command: add link

This commit is contained in:
marchersimon 2021-03-31 12:46:48 +02:00 committed by Starbeamrainbowlabs
parent 010ec03610
commit e7add447e9
6 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# command
> Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome.
> Maggiori informazioni: <https://man.archlinux.org/man/command.1p>.
- Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`:

View file

@ -1,6 +1,7 @@
# command
> Command 명령은 쉘이 프로그램을 실행하고 동일한 이름의 기능, 빌드인 및 별칭을 무시하도록 합니다.
> 더 많은 정보: <https://man.archlinux.org/man/command.1p>.
- ls 별칭이 존재하더라도 문자 그대로 `ls` 프로그램을 실행:

View file

@ -1,6 +1,7 @@
# command
> Obriga o shell a executar o programa, ignorando qualquer função ou alias com o mesmo nome.
> Mais informações: <https://man.archlinux.org/man/command.1p>.
- Executar o programa ls, mesmo que exista algum alias ls:

View file

@ -1,6 +1,7 @@
# command
> Command, kabuğu bir programı herhangi bir fonksiyon ve gömülü özelliğe ve alias'a takılmadan çalıştırmaya zorlar.
> Daha fazla bilgi için: <https://man.archlinux.org/man/command.1p>.
- `ls` programını aynı isimde bir alias olsa dahi çalıştır:

View file

@ -1,6 +1,7 @@
# command
> 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身).
> 更多信息: <https://man.archlinux.org/man/command.1p>.
- 从字面上执行 `ls` 程序,即使存在 ls 别名:

View file

@ -1,6 +1,7 @@
# command
> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
> More information: <https://man.archlinux.org/man/command.1p>.
- Execute the `ls` program literally, even if an `ls` alias exists: