textutils-desc.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <sect2><title>Contents of Textutils-&textutils-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>cat, cksum, comm, csplit, cut, expand,
  4. fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
  5. tac, tail, tr, tsort, unexpand, uniq and wc</para></sect3>
  6. <sect3><title>Descriptions</title>
  7. <sect4><title>cat</title>
  8. <para>cat concatenates file(s) or standard input to
  9. standard output.</para></sect4>
  10. <sect4><title>cksum</title>
  11. <para>cksum prints CRC checksum and byte counts of each specified
  12. file.</para></sect4>
  13. <sect4><title>comm</title>
  14. <para>comm compares two sorted files line by line.</para></sect4>
  15. <sect4><title>csplit</title>
  16. <para>csplit outputs pieces of a file separated by (a) pattern(s) to files
  17. xx01, xx02, ..., and outputs byte counts of each piece to standard
  18. output.</para></sect4>
  19. <sect4><title>cut</title>
  20. <para>cut prints selected parts of lines from specified files to standard
  21. output.</para></sect4>
  22. <sect4><title>expand</title>
  23. <para>expand converts tabs in files to spaces, writing to standard
  24. output.</para></sect4>
  25. <sect4><title>fmt</title>
  26. <para>fmt reformats each paragraph in the specified file(s), writing to
  27. standard output.</para></sect4>
  28. <sect4><title>fold</title>
  29. <para>fold wraps input lines in each specified file (standard input by default),
  30. writing to standard output.</para></sect4>
  31. <sect4><title>head</title>
  32. <para>head prints the first xx (10 by default) lines of each specified file to
  33. standard output.</para></sect4>
  34. <sect4><title>join</title>
  35. <para>join joins lines of two files on a common field.</para></sect4>
  36. <sect4><title>md5sum</title>
  37. <para>md5sum prints or checks MD5 checksums.</para></sect4>
  38. <sect4><title>nl</title>
  39. <para>nl writes each specified file to standard output, with line numbers
  40. added.</para></sect4>
  41. <sect4><title>od</title>
  42. <para>od writes an unambiguous representation, octal bytes by default, of a
  43. specified file to standard output.</para></sect4>
  44. <sect4><title>paste</title>
  45. <para>paste writes lines consisting of the sequentially corresponding
  46. lines from each specified file, separated by TABs,
  47. to standard output.</para></sect4>
  48. <sect4><title>pr</title>
  49. <para>pr paginates or columnates files for printing.</para></sect4>
  50. <sect4><title>ptx</title>
  51. <para>ptx produces a permuted index of file contents.</para></sect4>
  52. <sect4><title>sort</title>
  53. <para>sort writes sorted concatenation of files to standard
  54. output.</para></sect4>
  55. <sect4><title>split</title>
  56. <para>split outputs fixed-size pieces of an input file to
  57. PREFIXaa, PREFIXab, ...</para></sect4>
  58. <sect4><title>sum</title>
  59. <para>sum prints checksum and block counts for each specified
  60. file.</para></sect4>
  61. <sect4><title>tac</title>
  62. <para>tac writes each specified file to standard output, last line
  63. first.</para></sect4>
  64. <sect4><title>tail</title>
  65. <para>tail print the last xx (10 by default) lines of each specified file to
  66. standard output.</para></sect4>
  67. <sect4><title>tr</title>
  68. <para>tr translates, squeezes, and/or deletes characters from standard
  69. input, writing to standard output.</para></sect4>
  70. <sect4><title>tsort</title>
  71. <para>tsort writes totally ordered lists consistent with the partial ordering
  72. in specified files.</para></sect4>
  73. <sect4><title>unexpand</title>
  74. <para>unexpand converts spaces in each file to tabs, writing to standard
  75. output.</para></sect4>
  76. <sect4><title>uniq</title>
  77. <para>uniq removes duplicate lines from a sorted file.</para></sect4>
  78. <sect4><title>wc</title>
  79. <para>wc prints line, word, and byte counts for each specified file, and a
  80. total line if more than one file is specified.</para></sect4>
  81. </sect3>
  82. </sect2>