Changeset 2536:0a1a6872855c in lemon-0.x for scripts
- Timestamp:
- 12/07/07 13:00:32 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/rename-graphs
r2532 r2536 4 4 5 5 cat $1 | \ 6 sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\ 7 -e "s/bipartite graph/_bigr_aph_label_/g"\ 8 -e "s/undirected graph/_gr_aph_label_/g"\ 6 sed -e "s/bipartite undirected graph/bipartite graph/g"\ 9 7 -e "s/undirected edge/_ed_ge_label_/g"\ 10 -e "s/BpUGraph/_Bigr_aph_label_/g"\11 -e "s/BpUgraph/_Bigr_aph_label_/g"\12 -e "s/bpUGraph/_bigr_aph_label_/g"\13 -e "s/bpUgraph/_bigr_aph_label_/g"\14 -e "s/bpugraph/_bigr_aph_label_/g"\15 8 -e "s/UGraph/_Gr_aph_label_/g"\ 16 9 -e "s/uGraph/_gr_aph_label_/g"\ … … 35 28 -e "s/_Gr_aph_label_/Graph/g"\ 36 29 -e "s/_gr_aph_label_/graph/g"\ 37 -e "s/_Bigr_aph_label_/Bigraph/g"\38 -e "s/_bigr_aph_label_/bigraph/g"\39 30 -e "s/_Ar_c_label_/Arc/g"\ 40 31 -e "s/_ar_c_label_/arc/g"\
Note: See TracChangeset
for help on using the changeset viewer.