|
From: Ethan M. <merritt@u.washington.edu> - 2003-10-28 16:55:04
|
On Tuesday 21 October 2003 03:21, Petr Mikulik wrote:
>
> There are still many *.dem which use "set no" instead of "unset", and
> "set data/func style" instead of "set style data/func". Could somebody
> have a look, update and test *.dem for the new 3.8 syntax?
Done.
I used:
sed -e 's/unset key/set key off/' \
-e 's/set no/unset /' \
-e 's/^set key *$/set key on/' \
-e 's/set data style/set style data/' \
-e 's/set function style/set style function/'
--=20
Ethan A Merritt merritt@u.washington.edu
Biomolecular Structure Center Box 357742
University of Washington, Seattle, WA 98195
|