root/lang/gauche/oldtype/trunk/tool/tdiary2oldtype/tdiary2oldtype.sh
@
20736
| Revision 20736, 393 bytes (checked in by kiyoka, 5 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/zsh |
| 2 | |
| 3 | #cat tdiary_data/**/*.td2 | iconv -f euc-jp -t utf8 > td2.txt |
| 4 | #cat tdiary_data/**/*.tdc | iconv -f euc-jp -t utf8 > tdc.txt |
| 5 | |
| 6 | gosh ./convertToSexp.scm d < td2.txt > td2.scm |
| 7 | gosh ./convertToSexp.scm c < tdc.txt > tdc.scm |
| 8 | |
| 9 | #gosh ./convertToSexp.scm d < td2_small.txt > td2.scm |
| 10 | #gosh ./convertToSexp.scm c < tdc_small.txt > tdc.scm |
| 11 | |
| 12 | mkdir -p out |
| 13 | gosh ./convertToOT.scm td2.scm tdc.scm |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)