Skip to content

Commit

Permalink
Data update 2024-11-30 06-18-24
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Nov 30, 2024
1 parent 1002fce commit 7524071
Show file tree
Hide file tree
Showing 155 changed files with 492 additions and 2,680 deletions.
24 changes: 24 additions & 0 deletions docs/en/linux/pacman-f.md
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`
27 changes: 15 additions & 12 deletions docs/en/linux/pacman-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: linux/pacman-files (English)
description: "Arch Linux package manager utility."
content_hash: 8eb40c996eb595797c2df3b7327d74198ec53009
last_modified_at: 2024-09-25
content_hash: 30f9eb64e2a43d505ed7ef1d60046ebc23e3c79b
last_modified_at: 2024-11-30
related_topics:
- title: Deutsch version
url: /de/linux/pacman-files.html
Expand All @@ -17,6 +17,9 @@ related_topics:
- title: polski version
url: /pl/linux/pacman-files.html
icon: bi bi-globe
- title: português (Brasil) version
url: /pt_BR/linux/pacman-files.html
icon: bi bi-globe
- title: தமிழ் version
url: /ta/linux/pacman-files.html
icon: bi bi-globe
Expand All @@ -30,24 +33,24 @@ More information: <https://manned.org/pacman.8>.

- Update the package database:

`sudo pacman --files --refresh`
`sudo pacman -Fy`

- Find the package that owns a specific file:
- Find the package that owns a specific [F]ile:

`pacman --files `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">filename</span>
`pacman -F `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">filename</span>

- Find the package that owns a specific file, using a regular expression:
- Find the package that owns a specific [F]ile, using a regular e[x]pression:

`pacman --files --regex '`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">regular_expression</span>`'`
`pacman -Fx '`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">regular_expression</span>`'`

- List only the package names:

`pacman --files --quiet `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">filename</span>
`pacman -Fq `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">filename</span>

- List the files owned by a specific package:
- [l]ist the [F]iles owned by a specific package:

`pacman --files --list `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>
`pacman -Fl `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package</span>

- Display help:
- Display [h]elp:

`pacman --files --help`
`pacman -Fh`
51 changes: 51 additions & 0 deletions docs/es/common/gnmic-subscribe.md
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`
62 changes: 62 additions & 0 deletions docs/es/linux/trash.md
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>
14 changes: 11 additions & 3 deletions docs/fr/common/azure-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,32 @@
layout: page
title: common/azure-cli (français)
description: "Cette commande est un alias de `az`."
content_hash: 74252227ae3fc653fc99170ec26b6763be20382b
last_modified_at: 2024-09-09
content_hash: a503fa23aa828b75c1d99f977f068043678fbddb
last_modified_at: 2024-11-30
related_topics:
- title: English version
url: /en/common/azure-cli.html
icon: bi bi-globe
- title: español version
url: /es/common/azure-cli.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/azure-cli.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/azure-cli.html
icon: bi bi-globe
- title: polski version
url: /pl/common/azure-cli.html
icon: bi bi-globe
- title: português (Brasil) version
url: /pt_BR/common/azure-cli.html
icon: bi bi-globe
tldri18n_status: 2
---
# azure-cli

Cette commande est un alias de `az`.
Plus d'informations : <https://learn.microsoft.com/cli/azure>.

- Voir la documentation de la commande originale :

Expand Down
5 changes: 2 additions & 3 deletions docs/fr/common/fossil-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/fossil-ci (français)
description: "Cette commande est un alias de `fossil commit`."
content_hash: d9e151dafdc499cda0c214c9adc51527e6359453
last_modified_at: 2024-11-17
content_hash: 860b9b5bb80c66ce86954dd42a5d0477583a247e
last_modified_at: 2024-11-30
related_topics:
- title: العربية version
url: /ar/common/fossil-ci.html
Expand Down Expand Up @@ -94,7 +94,6 @@ tldri18n_status: 2
# fossil ci

Cette commande est un alias de `fossil commit`.
Plus d'informations : <https://fossil-scm.org/home/help/commit>.

- Voir la documentation de la commande originale :

Expand Down
5 changes: 2 additions & 3 deletions docs/fr/common/fossil-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/fossil-delete (français)
description: "Cette commande est un alias de `fossil rm`."
content_hash: 7da4fbddaef58179103a10586b139fe62d2883d7
last_modified_at: 2024-05-09
content_hash: 139e996626314e9b5f540568809bc4abdbeeafb4
last_modified_at: 2024-11-30
related_topics:
- title: العربية version
url: /ar/common/fossil-delete.html
Expand Down Expand Up @@ -94,7 +94,6 @@ tldri18n_status: 2
# fossil delete

Cette commande est un alias de `fossil rm`.
Plus d'informations : <https://fossil-scm.org/home/help/delete>.

- Voir la documentation de la commande originale :

Expand Down
5 changes: 2 additions & 3 deletions docs/fr/common/fossil-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/fossil-new (français)
description: "Cette commande est un alias de `fossil init`."
content_hash: e7c967f3e945e959667aca8d0affadaaab1a56b3
last_modified_at: 2024-11-17
content_hash: c61e1d6af73a724d8fe9d94b5f2b5f3753bdc951
last_modified_at: 2024-11-30
related_topics:
- title: العربية version
url: /ar/common/fossil-new.html
Expand Down Expand Up @@ -94,7 +94,6 @@ tldri18n_status: 2
# fossil new

Cette commande est un alias de `fossil init`.
Plus d'informations : <https://fossil-scm.org/home/help/new>.

- Voir la documentation de la commande originale :

Expand Down
5 changes: 2 additions & 3 deletions docs/fr/common/gh-cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/gh-cs (français)
description: "Cette commande est un alias de `gh codespace`."
content_hash: b3aab30299cdff359a138d9c11a49bc345dedf14
last_modified_at: 2024-11-17
content_hash: 23163d919f00580183ca4c84e26a6ec7e75ab2c6
last_modified_at: 2024-11-30
related_topics:
- title: العربية version
url: /ar/common/gh-cs.html
Expand Down Expand Up @@ -94,7 +94,6 @@ tldri18n_status: 2
# gh cs

Cette commande est un alias de `gh codespace`.
Plus d'informations : <https://cli.github.com/manual/gh_codespace>.

- Voir la documentation de la commande originale :

Expand Down
14 changes: 11 additions & 3 deletions docs/fr/common/git-stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,30 @@
layout: page
title: common/git-stage (français)
description: "Cette commande est un alias de `git add`."
content_hash: d225fe4cca754bb68e9dd569d178348181551169
last_modified_at: 2023-12-28
content_hash: 89396243c72e3ee59b0076e125ca80334b4e815b
last_modified_at: 2024-11-30
related_topics:
- title: English version
url: /en/common/git-stage.html
icon: bi bi-globe
- title: español version
url: /es/common/git-stage.html
icon: bi bi-globe
- title: italiano version
url: /it/common/git-stage.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/git-stage.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/git-stage.html
icon: bi bi-globe
- title: polski version
url: /pl/common/git-stage.html
icon: bi bi-globe
- title: português (Brasil) version
url: /pt_BR/common/git-stage.html
icon: bi bi-globe
- title: Türkçe version
url: /tr/common/git-stage.html
icon: bi bi-globe
Expand All @@ -25,7 +34,6 @@ tldri18n_status: 2
# git stage

Cette commande est un alias de `git add`.
Plus d'informations : <https://git-scm.com/docs/git-stage>.

- Voir la documentation de la commande originale :

Expand Down
5 changes: 2 additions & 3 deletions docs/fr/common/gnmic-sub.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/gnmic-sub (français)
description: "Cette commande est un alias de `gnmic subscribe`."
content_hash: 5fbbf3a04edde4d3e5dddd37399210a347fb07d6
last_modified_at: 2024-05-09
content_hash: 47eac9b3812785088a3425ea17a281d41c6ca396
last_modified_at: 2024-11-30
related_topics:
- title: العربية version
url: /ar/common/gnmic-sub.html
Expand Down Expand Up @@ -94,7 +94,6 @@ tldri18n_status: 2
# gnmic sub

Cette commande est un alias de `gnmic subscribe`.
Plus d'informations : <https://gnmic.kmrd.dev/cmd/subscribe>.

- Voir la documentation de la commande originale :

Expand Down
Loading

0 comments on commit 7524071

Please sign in to comment.