source:
liacs/ai/poker/convert-txt-to-dat.sh@
249
Last change on this file since 249 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | for file in `ls *.txt | grep test`; do |
3 | awk '/Learned/ {print $2 " " $7}' $file > `basename $file .txt`.dat; |
4 | done |
5 |
Note:
See TracBrowser
for help on using the repository browser.