home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / lrn_inet / li_ftype.prn < prev    next >
Encoding:
Text File  |  1994-08-07  |  3.4 KB  |  62 lines

  1.                                 File Types
  2.  
  3.           Unix utilities:
  4.           -------------------------------------------------------------------
  5.             Program         Example                            Results       
  6.           -------------------------------------------------------------------
  7.             compress   - compress filename                    filename.Z
  8.             uncompress - uncompress filename.Z                filename
  9.             gzip       - gzip filename                        filename.gz
  10.             gunzip     - gunzip filename                      filename 
  11.             zcat       - zcat filename.gz (or Z)              reads files
  12.             tar        - tar -cvf filename.tar [file list]    filename.tar
  13.                          tar -xvf filename.tar                file list
  14.             shar       - shar  file1 file2 > filename.shar    filename.shar
  15.             sh         - sh filename.shar                     separate files
  16.             btoa       - btoa filename                        binary to text
  17.                          btoa -a filename                     text to binary 
  18.             uuencode   - uuencode filename                    filename.uue
  19.             uudecode   - uudecode filename                    filename
  20.           -------------------------------------------------------------------
  21.           The programs mentioned above have many options (unix switches) and
  22.           in some cases (as with gzip/gunzip) are very powerful.  You can read
  23.           full details about them by using the unix man command.  For example,
  24.           to find out about the tar tar command type: man tar.  The unix online
  25.           manual for tar will be displayed.
  26.  
  27.           MS-DOS utilities:
  28.           -------------------------------------------------------------------
  29.             Program         Example                            Results       
  30.           -------------------------------------------------------------------
  31.             pkzip      - pkzip filename.zip *.*   archive and compress
  32.                                                   all the files in the
  33.                                                   current directory into a
  34.                                                   file called filename.zip
  35.  
  36.             pkunzip    - pkunzip filename.zip     uncompress and unzip all
  37.                                                   the files stored in the
  38.                                                   file called filename.zip
  39.           -------------------------------------------------------------------
  40.           Pkzip is shareware.  This means that you may obtain it and share it
  41.           freely.  If you like it you must send a small fee to it's developer.
  42.           It is widely available at ftp sites throughout the Internet.
  43.  
  44.           In addition to the prolific volumes of files you will find falling
  45.           into one of the categories above you may often find some of the
  46.           following file types on the Internet, identified by file extension:
  47.  
  48.           Extension              Explanation
  49.           -------------------------------------------------------------------
  50.             .hqx        A Macintosh file compressed with the hexbin program.
  51.             .zoo        An MS-DOS file archived with the zoo archiver.
  52.             .lhr        An MS-DOS program archived with the lharc archiver.
  53.  
  54.  
  55.  
  56.           
  57.  
  58.   
  59.            
  60.                                                       
  61.           
  62.