Changes between Version 3 and Version 4 of chgkwval


Ignore:
Timestamp:
Oct 17, 2010, 10:27:43 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • chgkwval

    v3 v4  
    11= chgkwval =
     2Changes the keyword value within the keyword list to value specified.
     3
     4== Usage ==
    25{{{
    3 Usage: chgkwval <keywordlist_file> <keyword> <value>
    4 Changes the keyword value within the keyword list to value specified.
    5 Example:   chgval band1.spec area.size "pixels 7689 8031"
     6chgkwval <keywordlist_file> <keyword> <value>
     7}}}
     8
     9== Example ==
    610Changes the keyword value of area.size to pixels 7689 8031
     11{{{
     12chgval band1.spec area.size "pixels 7689 8031"
     13}}}
    714
    8 Note 1:  Use no colon ":" after the keyword.
    9 Note 2:  If the keyword is present in the keyword list it will
    10          be overwritten.
    11 Note 3:  If the keyword is not in the keyword list it will be added.
    12 Note 4:  Enclose value in double quotes if it is more than one string.
    13 }}}
     15== Notes ==
     16
     17 1. Use no colon ":" after the keyword.
     18 1. If the keyword is present in the keyword list it will be overwritten.
     19 1. If the keyword is not in the keyword list it will be added.
     20 1. Enclose value in double quotes if it is more than one string.