古いことは知っていますが、最近Twitterで公開されたので、信頼できるので共有したいと思いました。
私:
@BrendanEichあなたはそれらの名前を選びましたか?
彼:
古いUnix名、manページrnを見つけるのは難しいですが、https: //www.unix.com/man-page/minix/1/btoa/…を参照して
ください。名前はUnixからNetscapeコードベースに引き継がれました。私は1995年に急いでJSにそれらを反映しました(5月の10日後、間もなく)。
Minixリンクが壊れた場合のmanページの内容は次のとおりです。
BTOA(1) BTOA(1)
NAME
btoa - binary to ascii conversion
SYNOPSIS
btoa [-adhor] [infile] [outfile]
OPTIONS
-a Decode, rather than encode, the file
-d Extracts repair file from diagnosis file
-h Help menu is displayed giving the options
-o The obsolete algorithm is used for backward compatibility
-r Repair a damaged file
EXAMPLES
btoa <a.out >a.btoa # Convert a.out to ASCII
btoa -a <a.btoa >a.out
# Reverse the above
DESCRIPTION
Btoa is a filter that converts a binary file to ascii for transmission over a telephone
line. If two file names are provided, the first in used for input and the second for out-
put. If only one is provided, it is used as the input file. The program is a function-
ally similar alternative to uue/uud, but the encoding is completely different. Since both
of these are widely used, both have been provided with MINIX. The file is expanded about
25 percent in the process.
SEE ALSO
uue(1), uud(1).
出典:JavaScriptの作成者であるBrendan Eich。https://twitter.com/BrendanEich/status/998618208725684224