d.ctl

  1. raksrules

    Help needed on substitution in Unix (sed)

    I am using the following command in my UNIX code sed "s/$FIND/$REPLACE/g" $IMP_RECORD_CTL > c.ctl This command replaces all instances of $FIND with $REPLACE. These two variables contain some data and it operates on data contained in variable $IMP_RECORD_CTL and stores the result in file named...
Top Bottom