*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: base64 | Section: 1 | Source: NetBSD | File: base64.1
BASE64(1) FreeBSD General Commands Manual BASE64(1) NAME base64 - base64 encode/decode data into the standard output SYNOPSIS base64 [-di] [-w wrap] [file ...] DESCRIPTION base64 reads from the standard input or from each file argument, and encodes or decodes data based on the base64 scheme described in RFC 3548 into the standard output. The following options are available: -d Decode the input instead of encoding it. -i Ignore non-base64 characters when decoding. (not implemented) -w wrap Wrap lines longer than wrap characters using a newline. The default number of characters is 76. 0 disables wrapping. EXIT STATUS base64 exits with 0 if there was no error and non-zero if it could not encode or decode, printing an error message. HISTORY The base64 command first appeared on NetBSD 9. AUTHORS Christos Zoulas FreeBSD 14.1-RELEASE-p8 August 28, 2021 FreeBSD 14.1-RELEASE-p8

Navigation Options