Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd ~/code/admin/loader
set file = ~/data/doc/release/20170131/icdo/*ActiveSnapshot*txt
grep 446608001 $file | perl -pe 's/446608001/P446608001/;' >! x.txt
mvn install -PSimpleMapRecords -Drun.config=/home/ihtsdo/config/config.properties -Dinput.file=x.txt -Dmember.flag=false -Drecord.flag=true >&! mvn.log

...