Changeset 7564
- Timestamp:
- Nov 23, 2009, 3:02:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/tools/n2o/n2o.sh
r7281 r7564 7 7 # This script is overkill; to convert new file new.sww to old.sww do: 8 8 # ncdump new.sww > fred.ncd 9 # ncgen - o old.sww fred.ncd9 # ncgen -k classic -o old.sww fred.ncd 10 10 # rm -f fred.ncd 11 # 12 # If you are not sure what type of SWW file you have, do: 13 # ncdump -k <sww_file> 11 14 ###### 12 15 13 ncdump $1 >/tmp/n2o.tmp 14 ncgen -o $2 /tmp/n2o.tmp 15 rm -f /tmp/n2o.tmp # cleanup 16 ncdump $1 | ncgen -o $2
Note: See TracChangeset
for help on using the changeset viewer.