diff --git a/pages.it/common/command.md b/pages.it/common/command.md index 7fff6c7d15..b95b343b8b 100644 --- a/pages.it/common/command.md +++ b/pages.it/common/command.md @@ -1,6 +1,7 @@ # command > Command forza la shell ad eseguire programmi ignorando qualsiasi funzione, builtin e alias con lo stesso nome. +> Maggiori informazioni: . - Esegui il comando `ls` letteralmente, anche se esiste un alias `ls`: diff --git a/pages.ko/common/command.md b/pages.ko/common/command.md index f3eca94842..b300b31307 100644 --- a/pages.ko/common/command.md +++ b/pages.ko/common/command.md @@ -1,6 +1,7 @@ # command > Command 명령은 쉘이 프로그램을 실행하고 동일한 이름의 기능, 빌드인 및 별칭을 무시하도록 합니다. +> 더 많은 정보: . - ls 별칭이 존재하더라도 문자 그대로 `ls` 프로그램을 실행: diff --git a/pages.pt_BR/common/command.md b/pages.pt_BR/common/command.md index 240a661adf..03c8cba535 100644 --- a/pages.pt_BR/common/command.md +++ b/pages.pt_BR/common/command.md @@ -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: . - Executar o programa ls, mesmo que exista algum alias ls: diff --git a/pages.tr/common/command.md b/pages.tr/common/command.md index 5bd42f9f9b..cfefd7909c 100644 --- a/pages.tr/common/command.md +++ b/pages.tr/common/command.md @@ -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: . - `ls` programını aynı isimde bir alias olsa dahi çalıştır: diff --git a/pages.zh/common/command.md b/pages.zh/common/command.md index defa9031b7..074296d2d1 100644 --- a/pages.zh/common/command.md +++ b/pages.zh/common/command.md @@ -1,6 +1,7 @@ # command > 命令强制 shell 执行命令程序,并忽略具有相同名称的任何函数、内置函数和别名(会忽略掉一切别名,执行命令本身). +> 更多信息: . - 从字面上执行 `ls` 程序,即使存在 ls 别名: diff --git a/pages/common/command.md b/pages/common/command.md index f97925640b..9247502add 100644 --- a/pages/common/command.md +++ b/pages/common/command.md @@ -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: . - Execute the `ls` program literally, even if an `ls` alias exists: