Content
Data
License: GNU
Version: (GNU coreutils) 8.26
Developer / owner: Free Software Foundation, Inc.
Short description:
The manual page and help for base64 linux command. The base64 command encodes or decodes files, or gives the encoded standard input to standard output.
Man page output
man base64
BASE64(1) User Commands BASE64(1) NAME base64 - base64 encode/decode data and print to standard output SYNOPSIS base64 [OPTION]... [FILE] DESCRIPTION Base64 encode or decode FILE, or standard input, to standard output. With no FILE, or when FILE is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -d, --decode decode data -i, --ignore-garbage when decoding, ignore non-alphabet characters -w, --wrap=COLS wrap encoded lines after COLS character (default 76). Use 0 to disable line wrapping --help display this help and exit --version output version information and exit The data are encoded as described for the base64 alphabet in RFC 4648. When decoding, the input may contain newlines in addition to the bytes of the formal base64 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream. AUTHOR Written by Simon Josefsson. REPORTING BUGS GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report base64 translation bugs to <http://translationproject.org/team/> COPYRIGHT Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO Full documentation at: <http://www.gnu.org/software/coreutils/base64> or available locally via: info '(coreutils) base64 invocation' GNU coreutils 8.26 February 2017 BASE64(1)
Help output
base64 --help
Használat: base64 [KAPCSOLÓ]… [FÁJL] A FÁJL vagy a szabványos bemenet Base64 kódolása a szabványos kimenetre. Ha a FÁJL nincs megadva, vagy -, akkor a szabványos bemenetet olvassa. A hosszú kapcsolók kötelező argumentumai a rövid kapcsolókhoz is kötelezők. -d, --decode adatok dekódolása -i, --ignore-garbage dekódoláskor az ábécében nem szereplő karakterek figyelmen kívül hagyása -w, --wrap=OSZL kódolt sorok törése OSZL karakter után (alapértelmezésben 76). A 0 kikapcsolja a törést --help ezen súgó megjelenítése és kilépés --version verzióinformációk megjelenítése és kilépés Az adatok kódolása a base64 ábécé által az RFC 4648-ban leírt módon történik. Visszafejtéskor a bemenet tartalmazhat új sorokat a formális base64 ábécé bájtjain túl. Az --ignore-garbage kapcsoló használatával megkísérelhető a helyreállítás az ábécében nem szereplő karakterekből. A(z) GNU coreutils online súgója: <http://www.gnu.org/software/coreutils/> A(z) base64 fordítási hibái a <http://bug.openscope.org/> címen jelenthetők. Teljes dokumentáció itt: <http://www.gnu.org/software/coreutils/base64> vagy helyileg elérhető: info '(coreutils) base64 invocation'
Related Content
- 46 views