cplit->csplit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-07-26 11:58:51 +00:00
parent 5ef20d953c
commit 2fff38a1d3
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ tac, tail, tr, tsort, unexpand, uniq and wc programs.</para>
<sect3> <sect3>
<title>csplit</title> <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 xx01, xx02, ..., and outputs byte counts of each piece to standard
output.</para> output.</para>

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "200107025"> <!ENTITY version "200107026">
<!ENTITY releasedate "July 25th, 2001"> <!ENTITY releasedate "July 26th, 2001">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">