Date: Thu, 10 Jun 2004 15:23:05 -0400 From: Parv <parv@pair.com> To: Stephen Liu <satimis@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Command to combine several files as a single file, etc. Message-ID: <20040610192305.GA1197@moo.holy.cow> In-Reply-To: <20040610042651.88165.qmail@web40306.mail.yahoo.com> References: <20040610042651.88165.qmail@web40306.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
in message <20040610042651.88165.qmail@web40306.mail.yahoo.com>, wrote Stephen Liu thusly... > > Frequently I save/print doucument from Website as > > .html > .pdf > .ps > etc. > > files. If the document consists of several pages then there will > be serveral files. What command line/lines shall I use to combine > file of several pages as a single file (not with 'echo' command). > Or which application on KDE desktop shall I use to achieve this > goal. After a single file created, how can I move pages around > inside the file (not with copy/paste command). Do you want to collect a number of files in various formats in one file to be able to extract any file from the resulting collection? Or, do you want to collect information contained in different files in one single file in only one format? I cannot say anything about the second case. For the first case, there are archive creaters like tar, pax, & cpio. See manual pages for respective commands, and some of the articles from a larger collection ... Archivers: http://www.onlamp.com/lpt/a/1710 Tar: http://www.onlamp.com/lpt/a/2416 Pax: http://www.onlamp.com/lpt/a/2660 Cpio: http://www.onlamp.com/lpt/a/2445 - Parv --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040610192305.GA1197>