-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
155 changed files
with
492 additions
and
2,680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: page | ||
title: linux/pacman-f (English) | ||
description: "This command is an alias of `pacman --files`." | ||
content_hash: d8e17518dcfe4602bc4ee053e97f3a49cf382d64 | ||
last_modified_at: 2024-11-30 | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/linux/pacman-f.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># pacman -F | ||
|
||
This command is an alias of `pacman --files`. | ||
|
||
- View documentation for the original command: | ||
|
||
`tldr pacman files` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
layout: page | ||
title: common/gnmic-subscribe (español) | ||
description: "Suscribirse a las actualizaciones de estado de un dispositivo de red gnmic." | ||
content_hash: 409b8fd560bcbe2f9782e0555ebf0323c314122e | ||
last_modified_at: 2024-11-30 | ||
related_topics: | ||
- title: English version | ||
url: /en/common/gnmic-subscribe.html | ||
icon: bi bi-globe | ||
- title: 한국어 version | ||
url: /ko/common/gnmic-subscribe.html | ||
icon: bi bi-globe | ||
- title: Nederlands version | ||
url: /nl/common/gnmic-subscribe.html | ||
icon: bi bi-globe | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/common/gnmic-subscribe.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># gnmic subscribe | ||
|
||
Suscribirse a las actualizaciones de estado de un dispositivo de red gnmic. | ||
Más información: <https://gnmic.kmrd.dev/cmd/subscribe>. | ||
|
||
- Suscribirse a las actualizaciones del estado objetivo bajo el subárbol de una ruta específica: | ||
|
||
`gnmic --address `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ip:puerto</span>` subscribe --path `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta</span> | ||
|
||
- Suscribirse a un objetivo con un intervalo de muestra de 30s (por defecto es 10s): | ||
|
||
`gnmic -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ip:puerto</span>` subscribe --path `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta</span>` --sample-interval 30s` | ||
|
||
- Suscribirse a un objetivo con intervalo de muestra y actualizaciones solamente cuando hay cambios: | ||
|
||
`gnmic -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ip:puerto</span>` subscribe --path `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta</span>` --stream-mode on-change --heartbeat-interval 1m` | ||
|
||
- Suscribirse a un objetivo para una sola actualización: | ||
|
||
`gnmic -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ip:puerto</span>` subscribe --path `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta</span>` --mode once` | ||
|
||
- Suscribirse a un objetivo y especificar la codificación de la respuesta (json_ietf): | ||
|
||
`gnmic -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ip:puerto</span>` subscribe --path `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta</span>` --encoding json_ietf` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
layout: page | ||
title: linux/trash (español) | ||
description: "Gestiona el contenedor de basura/reciclaje." | ||
content_hash: 2f45ed17c695c0356ea995068c3c9e5678ad92ff | ||
last_modified_at: 2024-11-30 | ||
related_topics: | ||
- title: English version | ||
url: /en/linux/trash.html | ||
icon: bi bi-globe | ||
- title: 한국어 version | ||
url: /ko/linux/trash.html | ||
icon: bi bi-globe | ||
- title: Nederlands version | ||
url: /nl/linux/trash.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/linux/trash.html | ||
icon: bi bi-globe | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/linux/trash.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># trash | ||
|
||
Gestiona el contenedor de basura/reciclaje. | ||
Más información: <https://github.com/andreafrancia/trash-cli>. | ||
|
||
- Envía un archivo a la basura: | ||
|
||
`trash `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">ruta/al/archivo</span> | ||
|
||
- Lista todos los archivos en la basura: | ||
|
||
`trash-list` | ||
|
||
- Restaura interactivamente un archivo de la basura: | ||
|
||
`trash-restore` | ||
|
||
- Vacía la basura: | ||
|
||
`trash-empty` | ||
|
||
- Elimina permanentemente todos los archivos en la basura mayores a 10 días: | ||
|
||
`trash-empty 10` | ||
|
||
- Elimina todos los archivos en la basura, que coinciden con un patrón blob específico: | ||
|
||
`trash-rm "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">*.o</span>`"` | ||
|
||
- Elimina todos los archivos con una ubicación original específica: | ||
|
||
`trash-rm `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">/ruta/al/archivo_o_directorio</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.