Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
BTOA.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- BTOA(1) Minix Programmer's Manual 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 output. If only one is provided, it is used
- as the input file. The program is a functionally 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).
- 1