--- get.sh 2002/01/21 17:36:30 1.1.1.1 +++ get.sh 2002/02/05 12:58:01 1.2 @@ -1,4 +1,17 @@ #!/bin/sh -wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2002 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' > in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1990 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1991 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1992 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1993 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1994 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1995 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1996 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1997 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1998 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=1999 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in + +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2000 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2001 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in +wget -O - http://www.nn.hr/sluzbeni-list/sluzbeni/PregledB.asp?god=2002 | grep CijeliBrojS | cut -d\" -f2 | sed 's,../../,http://www.nn.hr/,' >> in