Changes between Initial Version and Version 1 of cibcadrg_split
- Timestamp:
- 05/14/07 11:15:37 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cibcadrg_split
v1 v1 1 = cibcadrg_split = 2 {{{ 3 cibcadrg_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 }}}