diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-26 11:58:51 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-26 11:58:51 +0000 |
commit | 2fff38a1d36ee99ce86108eb0b6f2d6c083926ea (patch) | |
tree | e647e16f0c5fcaaa4ac2bf18f518a7eec44c21a4 /appendixa/textutils-desc.xml | |
parent | 5ef20d953cc0340bf496a57b29f59676089f3255 (diff) |
cplit->csplit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r-- | appendixa/textutils-desc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml index 60639f74c..b0838ddf4 100644 --- a/appendixa/textutils-desc.xml +++ b/appendixa/textutils-desc.xml @@ -34,7 +34,7 @@ tac, tail, tr, tsort, unexpand, uniq and wc programs.</para> <sect3> <title>csplit</title> -<para>cplit outputs pieces of a file separated by (a) pattern(s) to files +<para>csplit outputs pieces of a file separated by (a) pattern(s) to files xx01, xx02, ..., and outputs byte counts of each piece to standard output.</para> |