나는 이것이 오래되었다는 것을 알고 있지만 최근에 트위터에 올라 왔으며 권위있는 것처럼 공유 할 것이라고 생각했습니다.
나를:
@BrendanEich 그 이름을 골랐나요?
그를:
오래된 유닉스 이름은 매뉴얼 페이지를 찾기 어렵지만 https://www.unix.com/man-page/minix/1/btoa/…를 참조
하십시오 . 이름은 Unix에서 Netscape 코드베이스로 옮겨졌습니다. 1995 년에 서둘러 JS에 반영했습니다 (5 월 10 일 이후 곧).
Minix 링크가 끊어진 경우 맨 페이지 내용은 다음과 같습니다.
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