Parent Directory
|
Revision Log
Update
| 1 | #!/bin/sh |
| 2 | |
| 3 | find /usr/local/pvpgn/var/charsave/ -type f -exec php listitem.php {} \; > out.txt |
| 4 | sort out.txt > sort.txt |
| 5 | php finddup.php sort.txt > res.txt |
| 6 | grep -e "^r[0-9][0-9]" sort.txt | cut -f 1 | uniq -c > rune.txt.`date +%Y%m%d` |
| 7 | |
| 8 | rm out.txt sort.txt |
| 9 |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |