I need to access a mirror of a bioinformatics database hosted on my school which uses a simple web-based form. But I have to do this 3000 times unless I can automate the whole process. Can someone provide pointers to an easy way to automate this.
I think I will have an input.txt containing 3000 lines with the line j containing the values var[j][1], var[j][2], .., var[j][n] (I don't know what n is yet, but may just be 1) where these are the n variables that the web-query would need.
I know some C and some shell scripting, but I would like the easiest and "for-dummies" suggestion.
2006-12-13
09:45:42
·
2 answers
·
asked by
Anonymous