/[LeafOK_CVS]/pvpgn-1.7.4/utils/bin/antidup.sh
ViewVC logotype

Contents of /pvpgn-1.7.4/utils/bin/antidup.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Jul 12 10:01:45 2008 UTC (17 years, 8 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Content type: text/x-sh
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