Command to combine several files as a single file, etc.

Parv parv at pair.com
Thu Jun 10 12:21:56 PDT 2004


in message <20040610042651.88165.qmail at 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

-- 



More information about the freebsd-questions mailing list