[Lemon-commits] kpeter: r3414 - lemon/trunk/scripts
Lemon SVN
svn at lemon.cs.elte.hu
Fri Dec 7 13:00:33 CET 2007
Author: kpeter
Date: Fri Dec 7 13:00:32 2007
New Revision: 3414
Modified:
lemon/trunk/scripts/rename-graphs
Log:
Modified rename script (BpGraph instead of Bigraph).
Modified: lemon/trunk/scripts/rename-graphs
==============================================================================
--- lemon/trunk/scripts/rename-graphs (original)
+++ lemon/trunk/scripts/rename-graphs Fri Dec 7 13:00:32 2007
@@ -3,15 +3,8 @@
ID=$RANDOM
cat $1 | \
-sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\
- -e "s/bipartite graph/_bigr_aph_label_/g"\
- -e "s/undirected graph/_gr_aph_label_/g"\
+sed -e "s/bipartite undirected graph/bipartite graph/g"\
-e "s/undirected edge/_ed_ge_label_/g"\
- -e "s/BpUGraph/_Bigr_aph_label_/g"\
- -e "s/BpUgraph/_Bigr_aph_label_/g"\
- -e "s/bpUGraph/_bigr_aph_label_/g"\
- -e "s/bpUgraph/_bigr_aph_label_/g"\
- -e "s/bpugraph/_bigr_aph_label_/g"\
-e "s/UGraph/_Gr_aph_label_/g"\
-e "s/uGraph/_gr_aph_label_/g"\
-e "s/ugraph/_gr_aph_label_/g"\
@@ -34,8 +27,6 @@
-e "s/_digr_aph_label_/digraph/g"\
-e "s/_Gr_aph_label_/Graph/g"\
-e "s/_gr_aph_label_/graph/g"\
- -e "s/_Bigr_aph_label_/Bigraph/g"\
- -e "s/_bigr_aph_label_/bigraph/g"\
-e "s/_Ar_c_label_/Arc/g"\
-e "s/_ar_c_label_/arc/g"\
-e "s/_Ed_ge_label_/Edge/g"\
More information about the Lemon-commits
mailing list