Changes between Initial Version and Version 1 of cibcadrg_split


Ignore:
Timestamp:
May 14, 2007, 11:15:37 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cibcadrg_split

    v1 v1  
     1=  cibcadrg_split =
     2{{{
     3cibcadrg_split [-h] [-l] [-p] <product_name> [-e] <entry_number> [-o] <toc_file>
     4
     5 -h | -H -- Display Usage/Help
     6 -l      -- List all entries in product
     7 -p      -- specify product to split
     8 -e      -- specify entry to split
     9 -o     you can specify a different output directory
     10          the default is the same directory as the a.toc
     11          file
     12
     13 Examples:
     14
     15       cibcadrg_split -e 2 -o /my/path/out /my/rpf/a.toc
     16
     17       will export entry 2 in the a.toc file to
     18       /my/path/out
     19}}}