1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 11:35:26 +02:00

basenc: update documentation link (#15104)

This commit is contained in:
Nelson Figueroa 2024-12-09 18:55:35 -08:00 committed by GitHub
parent 41af2d87b0
commit ed33c69d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,7 +1,7 @@
# 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:

View file

@ -1,7 +1,7 @@
# 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: