[Lunar-commits] CVS: moonbase/utils/textutils DETAILS,1.3,1.4
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Nov 28 05:07:11 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/textutils
In directory espresso.foo-projects.org:/tmp/cvs-serv3089
Modified Files:
DETAILS
Log Message:
Added missing website and made the long description a bit more pretty
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/textutils/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:30:20 -0000 1.3
+++ DETAILS 28 Nov 2004 05:07:08 -0000 1.4
@@ -3,64 +3,37 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- WEB_SITE=unknown
+ WEB_SITE=http://www.gnu.org/software/textutils/
ENTERED=20010922
UPDATED=20020801
PSAFE=no
- SHORT="textutils contains useful text utilities: cat, head, tail, etc..."
+ SHORT="The standard GNU text utilities: cat, head, tail, etc..."
cat << EOF
-textutils - Text utilities
Textutils contains the following software:
-cat-
-concatenates and prints files on the standard output
-cksum-
-checksum and count the bytes in a file
-comm-
-compares two sorted files line by line
-csplit-
-splits a file into sections determined by context lines
-cut-
-remove sections from each line of files
-expand-
-convert tabs to spaces
-fmt-
-simple optimal text formatter
-fold-
-wrap each input line to fit in specified width
-head-
-output the first part of files
-join-
-join lines of two files on a common field
-md5sum-
-compute and check MD5 messsage digest
-nl-
-number lines of files
-od-
-dump files in octal and other formats
-paste-
-merge lines of files
-ptx-
-produce a permuted index of file contents
-pr-
-convert text files for printing
-sort-
-sort lines of text files
-split-
-split a file into pieces
-sum-
-checksum and count the blocks in a file
-tac-
-concatenates and prints files in reverse
-tail-
-outputs the last part of files
-tr-
-translates or deletes characters
-tsort-
-perform topological sort
-unexpand-
-convert spaces to tabs
-uniq-
-remove duplicate lines from a sorted file
-wc-
-prints the number of bytes, words, and lines in files
+cat - concatenates and prints files on the standard output
+cksum - checksum and count the bytes in a file
+comm - compares two sorted files line by line
+csplit - splits a file into sections determined by context lines
+cut - remove sections from each line of files
+expand - convert tabs to spaces
+fmt - simple optimal text formatter
+fold - wrap each input line to fit in specified width
+head - output the first part of files
+join - join lines of two files on a common field
+md5sum - compute and check MD5 messsage digest
+nl - number lines of files
+od - dump files in octal and other formats
+paste - merge lines of files
+ptx - produce a permuted index of file contents
+pr - convert text files for printing
+sort - sort lines of text files
+split - split a file into pieces
+sum - checksum and count the blocks in a file
+tac - concatenates and prints files in reverse
+tail - outputs the last part of files
+tr - translates or deletes characters
+tsort - perform topological sort
+unexpand - convert spaces to tabs
+uniq - remove duplicate lines from a sorted file
+wc - prints the number of bytes, words, and lines in files
EOF
More information about the Lunar-commits
mailing list