Rev 2441 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2441 | Rev 10231 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | # otherwise the $ sign will be substituted. |
3 | # otherwise the $ sign will be substituted. |
4 | 4 | ||
5 | sessiond=$w_wims_home/$w_wims_sesdir |
5 | sessiond=$w_wims_home/$w_wims_sesdir |
6 | oefname=$sessiond/submit.oef |
6 | oefname=$sessiond/submit.oef |
7 | 7 | ||
8 |
|
8 | LC_ALL=C sed 's/\&/\&/g' <$oefname | LC_ALL=C sed 's/</\</g;s/>/\>/g' |
9 | - |