mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
add more information links
This commit is contained in:
parent
228e3cc92e
commit
bc5d06ed1e
36 changed files with 36 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# fg
|
# fg
|
||||||
|
|
||||||
> Bringt Prozesse in den Vordergrund.
|
> Bringt Prozesse in den Vordergrund.
|
||||||
|
> Mehr Informationen: <https://manned.org/fg>.
|
||||||
|
|
||||||
- Bringe zuletzt suspendierten Prozess in den Vordergrund:
|
- Bringe zuletzt suspendierten Prozess in den Vordergrund:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# fg
|
# fg
|
||||||
|
|
||||||
> اجرای کارها در پیش زمینه.
|
> اجرای کارها در پیش زمینه.
|
||||||
|
> اطلاعات بیشتر: <https://manned.org/fg>.
|
||||||
|
|
||||||
- آوردن آخرین کار اجرا شده در پس زمینه به پیش زمینه:
|
- آوردن آخرین کار اجرا شده در پس زمینه به پیش زمینه:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dc
|
# dc
|
||||||
|
|
||||||
> Calcolatore a precisione arbitraria. Usa la notazione polacca inversa (RPN).
|
> Calcolatore a precisione arbitraria. Usa la notazione polacca inversa (RPN).
|
||||||
|
> Maggiori informazioni: <https://www.gnu.org/software/bc/manual/dc-1.05/>.
|
||||||
|
|
||||||
- Avvia il calcolatore in modalità interattiva:
|
- Avvia il calcolatore in modalità interattiva:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# diffstat
|
# diffstat
|
||||||
|
|
||||||
> Crea un istogramma dall'output del comando `diff`.
|
> Crea un istogramma dall'output del comando `diff`.
|
||||||
|
> Maggiori informazioni: <https://manned.org/diffstat>.
|
||||||
|
|
||||||
- Mostra i cambiamenti in un istogramma:
|
- Mostra i cambiamenti in un istogramma:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Mostra o manipola uno stack di directory.
|
> Mostra o manipola uno stack di directory.
|
||||||
> Uno stack di directory è una lista di directory recentemente visitate che può essere manipolata con i comandi `pushd` e `popd`.
|
> Uno stack di directory è una lista di directory recentemente visitate che può essere manipolata con i comandi `pushd` e `popd`.
|
||||||
|
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||||
|
|
||||||
- Mostra lo stack di directory dividendo i nomi con uno spazio:
|
- Mostra lo stack di directory dividendo i nomi con uno spazio:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dot
|
# dot
|
||||||
|
|
||||||
> Strumento da linea di comando per produrre disegni a livelli di grafi orientati.
|
> Strumento da linea di comando per produrre disegni a livelli di grafi orientati.
|
||||||
|
> Maggiori informazioni: <https://www.graphviz.org/pdf/dotguide.pdf>.
|
||||||
|
|
||||||
- Renderizza un'immagine determinando il nome del file di output dal nome del file di input ed il formato:
|
- Renderizza un'immagine determinando il nome del file di output dal nome del file di input ed il formato:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# drill
|
# drill
|
||||||
|
|
||||||
> Esegui varie query DNS.
|
> Esegui varie query DNS.
|
||||||
|
> Maggiori informazioni: <https://manned.org/drill>.
|
||||||
|
|
||||||
- Mostra gli IP associati ad un hostname (record A):
|
- Mostra gli IP associati ad un hostname (record A):
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# entr
|
# entr
|
||||||
|
|
||||||
> Esegui comandi arbitrari al cambiamento di file.
|
> Esegui comandi arbitrari al cambiamento di file.
|
||||||
|
> Maggiori informazioni: <https://manned.org/entr>.
|
||||||
|
|
||||||
- Ricompila con `make` se qualsiasi file in quasiasi sottodirectory cambia:
|
- Ricompila con `make` se qualsiasi file in quasiasi sottodirectory cambia:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Sostituisci variabili di ambiente con il loro valore in stringhe di formato della shell.
|
> Sostituisci variabili di ambiente con il loro valore in stringhe di formato della shell.
|
||||||
> Le variabili da sostituire devono essere nella forma `${var}` oppure `$var`.
|
> Le variabili da sostituire devono essere nella forma `${var}` oppure `$var`.
|
||||||
|
> Maggiori informazioni: <https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html>.
|
||||||
|
|
||||||
- Sostituisci variabili di ambiente in stdin e stampa l'output su stdout:
|
- Sostituisci variabili di ambiente in stdin e stampa l'output su stdout:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dhclient
|
# dhclient
|
||||||
|
|
||||||
> DHCP 클라이언트.
|
> DHCP 클라이언트.
|
||||||
|
> 더 많은 정보: <https://manned.org/dhclient>.
|
||||||
|
|
||||||
- 'eht0' 인터페이스의 IP 주소 얻기:
|
- 'eht0' 인터페이스의 IP 주소 얻기:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# diffstat
|
# diffstat
|
||||||
|
|
||||||
> `diff` 명령어의 결과로부터 히스토그램을 생성한다.
|
> `diff` 명령어의 결과로부터 히스토그램을 생성한다.
|
||||||
|
> 더 많은 정보: <https://manned.org/diffstat>.
|
||||||
|
|
||||||
- 히스토그램에서 변경점들 표시:
|
- 히스토그램에서 변경점들 표시:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> 디렉토리 스택을 표시하거나 조작한다.
|
> 디렉토리 스택을 표시하거나 조작한다.
|
||||||
> 디렉토리 스택은 `pushd`과 `popd` 명령어로 조작할 수 있는 최근 방문한 디렉토리의 목록이다.
|
> 디렉토리 스택은 `pushd`과 `popd` 명령어로 조작할 수 있는 최근 방문한 디렉토리의 목록이다.
|
||||||
|
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||||
|
|
||||||
- 각각의 엔트리 사이에서 공백으로 디렉토리 스택을 표시하기:
|
- 각각의 엔트리 사이에서 공백으로 디렉토리 스택을 표시하기:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dot
|
# dot
|
||||||
|
|
||||||
> 방향 그래프의 레이어 도면을 생성하는 명령 도구입니다.
|
> 방향 그래프의 레이어 도면을 생성하는 명령 도구입니다.
|
||||||
|
> 더 많은 정보: <https://www.graphviz.org/pdf/dotguide.pdf>.
|
||||||
|
|
||||||
- 입력 파일 이름과 선택한 포맷을 기반으로 이미지 파일을 랜더링하고 출력파일 이름 결정하기:
|
- 입력 파일 이름과 선택한 포맷을 기반으로 이미지 파일을 랜더링하고 출력파일 이름 결정하기:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gzip
|
# gzip
|
||||||
|
|
||||||
> Ferramenta de compactação de arquivos com compressão gzip.
|
> Ferramenta de compactação de arquivos com compressão gzip.
|
||||||
> Mais informações: <https://www.gnu.org/software/gzip/>.
|
> Mais informações: <https://www.gnu.org/software/gzip/manual/gzip.html>.
|
||||||
|
|
||||||
- Alterar compressão de um arquivo compactado com compressão gzip:
|
- Alterar compressão de um arquivo compactado com compressão gzip:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# exit
|
# exit
|
||||||
|
|
||||||
> Avsluta shell.
|
> Avsluta shell.
|
||||||
|
> Mer information: <https://manned.org/exit>.
|
||||||
|
|
||||||
- Avsluta shell med utgångskoden från det senast utförda kommandot:
|
- Avsluta shell med utgångskoden från det senast utförda kommandot:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Dizin yığını görüntüler veya üzerinde oynama yapar.
|
> Dizin yığını görüntüler veya üzerinde oynama yapar.
|
||||||
> Dizin yığını, `pushd` ve `popd` komutlarıyla üzerinde oynama yapılabilen, son ziyaret edilen dizinleri gösteren bir listedir.
|
> Dizin yığını, `pushd` ve `popd` komutlarıyla üzerinde oynama yapılabilen, son ziyaret edilen dizinleri gösteren bir listedir.
|
||||||
|
> Daha fazla bilgi için: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||||
|
|
||||||
- Dizin yığınını her madde arasında boşluk olacak şekilde görüntüle:
|
- Dizin yığınını her madde arasında boşluk olacak şekilde görüntüle:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# gpg-zip
|
# gpg-zip
|
||||||
|
|
||||||
> 使用`GPG`加密存档中的文件和目录。
|
> 使用`GPG`加密存档中的文件和目录。
|
||||||
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>。
|
> 更多信息: <https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>.
|
||||||
|
|
||||||
- 使用密码将一个目录加密为`archive.gpg`:
|
- 使用密码将一个目录加密为`archive.gpg`:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dc
|
# dc
|
||||||
|
|
||||||
> An arbitrary precision calculator. Uses reverse polish notation (RPN).
|
> An arbitrary precision calculator. Uses reverse polish notation (RPN).
|
||||||
|
> More information: <https://www.gnu.org/software/bc/manual/dc-1.05/>.
|
||||||
|
|
||||||
- Run calculator in interactive mode:
|
- Run calculator in interactive mode:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dhclient
|
# dhclient
|
||||||
|
|
||||||
> DHCP client.
|
> DHCP client.
|
||||||
|
> More information: <https://manned.org/dhclient>.
|
||||||
|
|
||||||
- Get an IP address for the `eth0` interface:
|
- Get an IP address for the `eth0` interface:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# diffstat
|
# diffstat
|
||||||
|
|
||||||
> Create a histogram from the output of the `diff` command.
|
> Create a histogram from the output of the `diff` command.
|
||||||
|
> More information: <https://manned.org/diffstat>.
|
||||||
|
|
||||||
- Display changes in a histogram:
|
- Display changes in a histogram:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Displays or manipulates the directory stack.
|
> Displays or manipulates the directory stack.
|
||||||
> The directory stack is a list of recently visited directories that can be manipulated with the `pushd` and `popd` commands.
|
> The directory stack is a list of recently visited directories that can be manipulated with the `pushd` and `popd` commands.
|
||||||
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||||
|
|
||||||
- Display the directory stack with a space between each entry:
|
- Display the directory stack with a space between each entry:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# dot
|
# dot
|
||||||
|
|
||||||
> A command-line tool to produce layered drawings of directed graphs.
|
> A command-line tool to produce layered drawings of directed graphs.
|
||||||
|
> More information: <https://www.graphviz.org/pdf/dotguide.pdf>.
|
||||||
|
|
||||||
- Render an image file and determine output filename based on input filename and selected format:
|
- Render an image file and determine output filename based on input filename and selected format:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# drill
|
# drill
|
||||||
|
|
||||||
> Perform various DNS queries.
|
> Perform various DNS queries.
|
||||||
|
> More information: <https://manned.org/drill>.
|
||||||
|
|
||||||
- Lookup the IP(s) associated with a hostname (A records):
|
- Lookup the IP(s) associated with a hostname (A records):
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# entr
|
# entr
|
||||||
|
|
||||||
> Run arbitrary commands when files change.
|
> Run arbitrary commands when files change.
|
||||||
|
> More information: <https://manned.org/entr>.
|
||||||
|
|
||||||
- Rebuild with `make` if any file in any subdirectory changes:
|
- Rebuild with `make` if any file in any subdirectory changes:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Substitutes environment variables with their value in shell format strings.
|
> Substitutes environment variables with their value in shell format strings.
|
||||||
> Variables to be replaced should be in either `${var}` or `$var` format.
|
> Variables to be replaced should be in either `${var}` or `$var` format.
|
||||||
|
> More information: <https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html>.
|
||||||
|
|
||||||
- Replace environment variables in stdin and output to stdout:
|
- Replace environment variables in stdin and output to stdout:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# exit
|
# exit
|
||||||
|
|
||||||
> Exit the shell.
|
> Exit the shell.
|
||||||
|
> More information: <https://manned.org/exit>.
|
||||||
|
|
||||||
- Exit the shell with the exit code of the last command executed:
|
- Exit the shell with the exit code of the last command executed:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# fg
|
# fg
|
||||||
|
|
||||||
> Run jobs in foreground.
|
> Run jobs in foreground.
|
||||||
|
> More information: <https://manned.org/fg>.
|
||||||
|
|
||||||
- Bring most recently suspended background job to foreground:
|
- Bring most recently suspended background job to foreground:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Matches patterns in files.
|
> Matches patterns in files.
|
||||||
> Supports simple patterns and regular expressions.
|
> Supports simple patterns and regular expressions.
|
||||||
|
> More information: <https://manned.org/fgrep>.
|
||||||
|
|
||||||
- Search for an exact string in a file:
|
- Search for an exact string in a file:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# figlet
|
# figlet
|
||||||
|
|
||||||
> Generate ASCII banners from user input.
|
> Generate ASCII banners from user input.
|
||||||
|
> More information: <http://www.figlet.org/figlet-man.html>.
|
||||||
|
|
||||||
- Generate by directly inputting text:
|
- Generate by directly inputting text:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# find
|
# find
|
||||||
|
|
||||||
> Find files or directories under the given directory tree, recursively.
|
> Find files or directories under the given directory tree, recursively.
|
||||||
|
> More information: <https://manned.org/find>.
|
||||||
|
|
||||||
- Find files by extension:
|
- Find files by extension:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# finger
|
# finger
|
||||||
|
|
||||||
> User information lookup program.
|
> User information lookup program.
|
||||||
|
> More information: <https://manned.org/finger>.
|
||||||
|
|
||||||
- Display information about currently logged in users:
|
- Display information about currently logged in users:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Lexical analyser generator. Based on `lex`.
|
> Lexical analyser generator. Based on `lex`.
|
||||||
> Given the specification for a lexical analyser, generates C code implementing it.
|
> Given the specification for a lexical analyser, generates C code implementing it.
|
||||||
|
> More information: <https://manned.org/flex>.
|
||||||
|
|
||||||
- Generate an analyser from a flex file:
|
- Generate an analyser from a flex file:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Compiles resource files (e.g. images) into a binary resource bundle.
|
> Compiles resource files (e.g. images) into a binary resource bundle.
|
||||||
> These may be linked into GTK applications using the GResource API.
|
> These may be linked into GTK applications using the GResource API.
|
||||||
|
> More information: <https://manned.org/glib-compile-resources>.
|
||||||
|
|
||||||
- Compile resources referenced in `file.gresource.xml` to a .gresource binary:
|
- Compile resources referenced in `file.gresource.xml` to a .gresource binary:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# gpg-zip
|
# gpg-zip
|
||||||
|
|
||||||
> Encrypt files and directories in an archive using GPG.
|
> Encrypt files and directories in an archive using GPG.
|
||||||
|
> More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>.
|
||||||
|
|
||||||
- Encrypt a directory into `archive.gpg` using a passphrase:
|
- Encrypt a directory into `archive.gpg` using a passphrase:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# gunzip
|
# gunzip
|
||||||
|
|
||||||
> Extract file(s) from a gzip (.gz) archive.
|
> Extract file(s) from a gzip (.gz) archive.
|
||||||
|
> More information: <https://manned.org/gunzip>.
|
||||||
|
|
||||||
- Extract a file from an archive, replacing the original file if it exists:
|
- Extract a file from an archive, replacing the original file if it exists:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# gzip
|
# gzip
|
||||||
|
|
||||||
> Compress/uncompress files with gzip compression (LZ77).
|
> Compress/uncompress files with gzip compression (LZ77).
|
||||||
|
> More information: <https://www.gnu.org/software/gzip/manual/gzip.html>.
|
||||||
|
|
||||||
- Compress a file, replacing it with a gzipped compressed version:
|
- Compress a file, replacing it with a gzipped compressed version:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue