I am trying to retrieve all of the URLs that were fetched and stored in the most recently created segment.
It is my understanding that the following command would output a file with one URL per line to a text file named foo.txt. -bash-2.05b$ echo $s1 segments/20050809221613 -bash-2.05b$ bin/nutch net.nutch.pagedb.FetchListEntry - dumplist $s1 > foo.txt 050809 223403 No NutchFileSystem indicated, so defaulting to local fs. 050809 223403 loading file:/usr/local/nutch-0.6/conf/nutch-default.xml 050809 223404 loading file:/usr/local/nutch-0.6/conf/nutch-site.xml -bash-2.05b$ However, the resulting foo.txt file only contains the following single line: run java in /usr/local/j2sdk1.4.2_08 Any suggestions are much appreciated, Bryan
