home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 51
/
Amiga_Dream_51.iso
/
Atari
/
Desktops
/
text113b.zoo
/
textutils-1.13
/
README.ST
< prev
Wrap
Text File
|
1996-01-23
|
1KB
|
61 lines
Hi all,
this is a port of the GNU text file utilities, version 1.13 to ATARI.
The archive contains the original README files, executables, diffs,
Makefiles, man pages and documentation in dvi format. Sources can be
found on any ftp server.
The executables have been built using gcc 2.5.8 (32 bit, no -mbaserel)
and MiNT lib pl46.
Some of the programs work on a per-character basis or may operate on
binary files. These programs must not change the type of line ending.
Others can strip CR on input so that files with DOS line endings and
files with UNIX line endings are equivalent or expand LF to CR+LF on output
depending on the presence of flag `b' in the environment variable UNIXMODE.
The following table shows the mode in which each program operates during
input and output:
program input output
==============================
cat bin bin
cksum bin U
comm text U
csplit bin bin
cut text U
expand text U
fmt text U
fold text U
head bin bin
join text U
md5sum opt bin
nl text U
od bin U
paste text U
pr text U
sort text U
split bin bin
sum bin U
tac bin bin
tail bin bin
tr bin bin
unexpand text U
uniq text U
wc bin U
==============================
text: removing CRs from input, expanding LF to CR+LF on output
bin: no conversion
opt: `text' or `bin' depending on commandline option
U: `text' or `bin' depending on UNIXMODE settings
==============================
holgerkl@cs.tu-berlin.de
Holger Kleinschmidt
Promenadenstr. 11 B
D-12207 Berlin
Germany