mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pages.*: sync more info link (#11961)
This commit is contained in:
parent
5d09a10d19
commit
9bdadee54c
15 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
# exit
|
||||
|
||||
> Verlasse die Shell.
|
||||
> Weitere Informationen: <https://manned.org/exit>.
|
||||
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
|
||||
- Beende die Shell mit dem Exitcode des zuletzt ausgeführten Befehls:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# export
|
||||
|
||||
> Befehl zum Markieren von Shell-Variablen in der aktuellen Umgebung, die mit allen neu abgezweigten Unterprozessen exportiert werden sollen.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/bash/manual/bash.html#index-export>.
|
||||
> Weitere Informationen: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
|
||||
|
||||
- Lege eine neue Umgebungsvariable fest:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# export
|
||||
|
||||
> دستور تغییر متغییرهای محلی سیستم موجود برای پروسه های جدید.
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/bash/manual/bash.html#index-export>.
|
||||
> اطلاعات بیشتر: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
|
||||
|
||||
- ایجاد و تعیین مقدار یک متغییر جدید:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# exit
|
||||
|
||||
> शेल से बाहर निकलें।
|
||||
> अधिक जानकारी: <https://manned.org/exit>।
|
||||
> अधिक जानकारी: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>।
|
||||
|
||||
- निष्पादित अंतिम कमांड के निकास कोड के साथ शेल से बाहर निकलें:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# exec
|
||||
|
||||
> Sostituisci il processo corrente con un altro.
|
||||
> Maggiori informazioni: <https://linuxcommand.org/lc3_man_pages/exech.html>.
|
||||
> Maggiori informazioni: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exec>.
|
||||
|
||||
- Sostituisci con il comando specificato utilizzando le variabili di ambiente correnti:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cups-config
|
||||
|
||||
> Mostra informação técnica sobre a instalação do seu servidor de impressão CUPS.
|
||||
> More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
|
||||
> Mais informações: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
|
||||
|
||||
- Mostra a versão do CUPS instalada atualmente:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Aceita trabalhos enviados para um ou mais destinos.
|
||||
> NOTA: destino se refere a uma impressora ou uma classe de impressoras.
|
||||
> Veja também: `cupsreject`, `cupsenable`, `cupsdisable`, `lpstat`.
|
||||
> Mais informações: <https://openprinting.github.io/cups/doc/man-cupsaccept.html>.
|
||||
> Mais informações: <https://www.cups.org/doc/man-cupsaccept.html>.
|
||||
|
||||
- Aceita trabalhos de impressão para os destinos especificados:
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Inicia impressoras e classes.
|
||||
> NOTA: destino se refere a uma impressora ou uma classe de impressoras.
|
||||
> Veja também: `cupsdisable`, `cupsaccept`, `cupsreject`, `lpstat`.
|
||||
> Mais informações: <https://openprinting.github.io/cups/doc/man-cupsenable.html>.
|
||||
> Mais informações: <https://www.cups.org/doc/man-cupsenable.html>.
|
||||
|
||||
- Inicia um ou mais destino(s):
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
> Rejeita trabalhos enviados para uma ou mais impressoras.
|
||||
> NOTA: destino se refere a uma impressora ou uma classe de impressoras.
|
||||
> Veja também: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`.
|
||||
> Mais informações: <https://openprinting.github.io/cups/doc/man-cupsaccept.html>.
|
||||
> Mais informações: <https://www.cups.org/doc/man-cupsaccept.html>.
|
||||
|
||||
- Rejeita trabalhos para os destinos especificados:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# exit
|
||||
|
||||
> Выйти из оболочки.
|
||||
> Больше информации: <https://manned.org/exit>.
|
||||
> Больше информации: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
|
||||
- Выход из оболочки с кодом выхода последней выполненной команды:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# exit
|
||||
|
||||
> Avsluta shell.
|
||||
> Mer information: <https://manned.org/exit>.
|
||||
> Mer information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
|
||||
- Avsluta shell med utgångskoden från det senast utförda kommandot:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# eval
|
||||
|
||||
> 在当前 shell 中以单个命令的形式执行参数,并返回其结果。
|
||||
> 更多信息:<https://manned.org/eval>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#eval>.
|
||||
|
||||
- 使用 'foo' 做为参数调用 `echo`:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# exit
|
||||
|
||||
> 退出终端程序。
|
||||
> 更多信息:<https://manned.org/exit>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#exit>.
|
||||
|
||||
- 使用最后执行命令的退出代码,退出终端程序:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# export
|
||||
|
||||
> 命令为当前 shell 中的子进程进行环境变量设置。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-export>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export>.
|
||||
|
||||
- 设置为新的环境变量:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 在进程或操作系统接收到信号后自动执行命令。
|
||||
> 可用于对用户中断或其他操作执行清理。
|
||||
> 更多信息:<https://manned.org/trap>.
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap>.
|
||||
|
||||
- 列出设置 trap 的可用信号:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue