Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

Code Block
languagebash
[replace_local_datestamp]
;;
 operation                 = copy
 file_spec                 = ^test_[0-9]\.txt$
 replacing;;
 replacing                 = ^(test)(_)[0-9]\.txt
 replacement               = file_;[date:yyyy-MM-dd]_
;;
 source_host               = localhost
 source_protocol           = local
 source_dir                = ${USERPROFILE}\jade_demo\a
;;
 target_host               = localhost
 target_protocol           = local
 target_dir                = ${USERPROFILE}\jade_demo\b

...