 
- 帖子
- 1726
- 积分
- 4476
- 技术
- 95
- 捐助
- 0
- 注册时间
- 2008-12-21
|
使用说明翻译
Base64 [options] [input file] [output file]
options are:
-i <filename> input file (default: stdin)
-o <filename> output file (default: stdout)
-e encode binary to Base64 (default)
-d decode Base64 to binary
-n <n> encode n characters per line (0:no line breaks,default:64)
-E <STRING> encode and put -----BEGIN/END <STRING>----- around output
-- indicate end of options
Call as b642bin to preselect decoding
(c) Matthias Gaertner 2002 - v1.00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
——————————————————————————————————————
Base64 [选项] [输入文件] [输出文件] ——命令格式
选项有:
-i <文件名> 输入文件(默认是:标准输入)
-o <文件名> 输出文件(默认是:标准输出)
-e 二进制Base64编码(默认)
-d 解码为二进制的Base64
-n <n> 每行(0:n个字符的编码不换行,默认值:64)
-E <字符串> 编码,把-----BEGIN/END <字符串> -----各地输出
- 表明选项结束 ——帮助说明
传唤b642bin预选解码
(三)马蒂亚斯格特纳2002 - v1.00
本程序是,希望这将是有益的,但没有任何担保,甚至没有暗示的保证,适销性或针对特定用途的保证。见GNU通用公共许可证的更多细节。 |
|