home *** CD-ROM | disk | FTP | other *** search
/ Dream 51 / Amiga_Dream_51.iso / Atari / Desktops / text113b.zoo / textutils-1.13 / README.ST < prev   
Text File  |  1996-01-23  |  1KB  |  61 lines

  1. Hi all,
  2.  
  3. this is a port of the GNU text file utilities, version 1.13 to ATARI.
  4.  
  5. The archive contains the original README files, executables, diffs,
  6. Makefiles, man pages and documentation in dvi format.  Sources can be 
  7. found on any ftp server.
  8.  
  9. The executables have been built using gcc 2.5.8 (32 bit, no -mbaserel)
  10. and MiNT lib pl46.
  11.  
  12. Some of the programs work on a per-character basis or may operate on
  13. binary files.  These programs must not change the type of line ending.
  14. Others can strip CR on input so that files with DOS line endings and
  15. files with UNIX line endings are equivalent or expand LF to CR+LF on output
  16. depending on the presence of flag `b' in the environment variable UNIXMODE.
  17. The following table shows the mode in which each program operates during
  18. input and output:
  19.  
  20. program        input    output
  21. ==============================
  22. cat        bin    bin
  23. cksum        bin    U
  24. comm        text    U
  25. csplit        bin    bin
  26. cut        text    U
  27. expand        text    U
  28. fmt        text    U
  29. fold        text    U
  30. head        bin    bin
  31. join        text    U
  32. md5sum        opt    bin
  33. nl        text    U
  34. od        bin    U
  35. paste        text    U
  36. pr        text    U
  37. sort        text    U
  38. split        bin    bin
  39. sum        bin    U
  40. tac        bin    bin
  41. tail        bin    bin
  42. tr        bin    bin
  43. unexpand    text    U
  44. uniq        text    U
  45. wc        bin    U
  46. ==============================
  47. text: removing CRs from input, expanding LF to CR+LF on output
  48.  bin: no conversion
  49.  opt: `text' or `bin' depending on commandline option
  50.    U: `text' or `bin' depending on UNIXMODE settings
  51. ==============================
  52.  
  53.  
  54. holgerkl@cs.tu-berlin.de
  55.  
  56. Holger Kleinschmidt
  57. Promenadenstr. 11 B
  58. D-12207 Berlin
  59.  
  60. Germany
  61.