Skip to content

Commit

Permalink
Data update 2024-12-10 06-20-48
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Dec 10, 2024
1 parent 2ef7eaa commit 70cea10
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 27 deletions.
6 changes: 3 additions & 3 deletions docs/en/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/b2sum (English)
description: "Calculate BLAKE2 cryptographic checksums."
content_hash: ba54039054261fa56af350a5a8de6c7fad19dfae
last_modified_at: 2024-11-24
content_hash: ca7b502627d4b3211a1a8b9fc9302acc007d13b4
last_modified_at: 2024-12-10
related_topics:
- title: français version
url: /fr/common/b2sum.html
Expand All @@ -25,7 +25,7 @@ tldri18n_status: 2
# b2sum

Calculate BLAKE2 cryptographic checksums.
More information: <https://www.gnu.org/software/coreutils/b2sum>.
More information: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- Calculate the BLAKE2 checksum for one or more files:

Expand Down
13 changes: 10 additions & 3 deletions docs/en/common/basenc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@
layout: page
title: common/basenc (English)
description: "Encode or decode file or `stdin` using a specified encoding, to `stdout`."
content_hash: e1454d59dac7edec6c5c74d890ae6082380c1a6f
last_modified_at: 2023-11-12
content_hash: 0ea7a3c45d5a7903f4e745052dd697a370278a29
last_modified_at: 2024-12-10
related_topics:
- title: 한국어 version
url: /ko/common/basenc.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/basenc.html
icon: bi bi-globe
tldri18n_status: 2
---
# basenc

Encode or decode file or `stdin` using a specified encoding, to `stdout`.
More information: <https://www.gnu.org/software/coreutils/basenc>.
More information: <https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html>.

- Encode a file with base64 encoding:

Expand Down
6 changes: 3 additions & 3 deletions docs/fr/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/b2sum (français)
description: "Calcule les sommes de contrôle cryptographiques BLAKE2."
content_hash: 47b09a85d123b58a201ae151cd7453e570efb90f
last_modified_at: 2024-11-24
content_hash: 1308d04966e418f2bdec957f6d3d68b9b539ae9f
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/b2sum.html
Expand All @@ -28,7 +28,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
<hr># b2sum

Calcule les sommes de contrôle cryptographiques BLAKE2.
Plus d'informations : <https://www.gnu.org/software/coreutils/b2sum>.
Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- Calcule la somme de contrôle BLAKE2 d'un fichier :

Expand Down
9 changes: 6 additions & 3 deletions docs/it/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/b2sum (italiano)
description: "Calcola checksum BLAKE2."
content_hash: 8fa1192d246f04e09f45c95cec703b087f33ac2f
last_modified_at: 2023-11-12
content_hash: 7d86ec9fd12b328d409d18e86294ac3c8cb9d2cf
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/b2sum.html
Expand All @@ -14,6 +14,9 @@ related_topics:
- title: 한국어 version
url: /ko/common/b2sum.html
icon: bi bi-globe
- title: Nederlands version
url: /nl/common/b2sum.html
icon: bi bi-globe
- title: தமிழ் version
url: /ta/common/b2sum.html
icon: bi bi-globe
Expand All @@ -25,7 +28,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
<hr># b2sum

Calcola checksum BLAKE2.
Maggiori informazioni: <https://www.gnu.org/software/coreutils/b2sum>.
Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- Calcola il checksum BLAKE2 per un file:

Expand Down
6 changes: 3 additions & 3 deletions docs/ko/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/b2sum (한국어)
description: "BLACK2 암호화 체크섬을 계산."
content_hash: 19a11b854f9d5bac1a648db65b2293fa8e9469e4
last_modified_at: 2024-11-24
content_hash: 126d101bbda7cbc94c1da9d224b3da85401b4f1d
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/b2sum.html
Expand All @@ -28,7 +28,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
<hr># b2sum

BLACK2 암호화 체크섬을 계산.
더 많은 정보: <https://www.gnu.org/software/coreutils/b2sum>.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- 하나 이상의 파일에 대해 BLAKE2 체크섬을 계산:

Expand Down
6 changes: 3 additions & 3 deletions docs/ko/common/basenc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/basenc (한국어)
description: "지정된 인코딩을 사용하여 파일 또는 `stdin`을 `stdout`으로 인코딩하거나 디코딩함."
content_hash: 2b0bf4a2698a2619730e0a54d0d1f8d1ebd93131
last_modified_at: 2024-09-22
content_hash: 43bf889f3e7f702360894a8b1c3ed6a502321d24
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/basenc.html
Expand All @@ -16,7 +16,7 @@ tldri18n_status: 2
# basenc

지정된 인코딩을 사용하여 파일 또는 `stdin``stdout`으로 인코딩하거나 디코딩함.
더 많은 정보: <https://www.gnu.org/software/coreutils/basenc>.
더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html>.

- base64 인코딩으로 파일을 인코딩:

Expand Down
4 changes: 2 additions & 2 deletions docs/nl/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
title: common/b2sum (Nederlands)
description: "Bereken BLAKE2 cryptografische checksums."
content_hash: db9b5720777bdac4a1ed5ce7bdb82fe343e336be
content_hash: 6d8a4f95789fdb9f448e3aafed3170dc0260d3fb
last_modified_at: 2024-12-10
related_topics:
- title: English version
Expand All @@ -25,7 +25,7 @@ tldri18n_status: 2
# b2sum

Bereken BLAKE2 cryptografische checksums.
Meer informatie: <https://www.gnu.org/software/coreutils/b2sum>.
Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- Bereken de BLAKE2 checksum voor een of meerdere bestanden:

Expand Down
9 changes: 6 additions & 3 deletions docs/nl/common/basenc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
layout: page
title: common/basenc (Nederlands)
description: "Encodeer of decodeer een bestand of `stdin` door gebruik te maken van een specifieke encoding naar `stdout`."
content_hash: ad06636c0065038fa695ddfb9f096563ead1902c
last_modified_at: 2024-01-05
content_hash: f17ab6d40e7d2cce0ee23df6073b84e10aba2351
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/basenc.html
icon: bi bi-globe
- title: 한국어 version
url: /ko/common/basenc.html
icon: bi bi-globe
tldri18n_status: 2
---
# basenc

Encodeer of decodeer een bestand of `stdin` door gebruik te maken van een specifieke encoding naar `stdout`.
Meer informatie: <https://www.gnu.org/software/coreutils/basenc>.
Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/basenc-invocation.html>.

- Encodeer een bestand met base64 encoding:

Expand Down
6 changes: 3 additions & 3 deletions docs/ta/common/b2sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: page
title: common/b2sum (தமிழ்)
description: "BLAKE2 மறையீட்டு சரிகாண்தொகைகளைக் கணி அல்லது சரிபார்."
content_hash: 7ef4c859f36f9dde20d474da24a37d2e4e621bb5
last_modified_at: 2024-11-24
content_hash: 6db33fd05d0531c0ea12f66dd95cd5f1be937568
last_modified_at: 2024-12-10
related_topics:
- title: English version
url: /en/common/b2sum.html
Expand All @@ -28,7 +28,7 @@ This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) p
<hr># b2sum

BLAKE2 மறையீட்டு சரிகாண்தொகைகளைக் கணி அல்லது சரிபார்.
மேலும் விவரத்திற்கு: <https://www.gnu.org/software/coreutils/b2sum>.
மேலும் விவரத்திற்கு: <https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html>.

- ஒன்று அல்லது அதற்கு மேற்பட்ட கோப்புகளுக்கான BLAKE2 சரிகாண்தொகையைக் கணி:

Expand Down

0 comments on commit 70cea10

Please sign in to comment.