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:
parent
41af2d87b0
commit
ed33c69d53
3 changed files with 3 additions and 3 deletions
|
@ -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 인코딩으로 파일을 인코딩:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue