I am using the following command [root@Amna search]# bin/nutch readseg -dump /user/root/crawl/segments/20110124205537/ amna_out
but output is SegmentReader: dump segment: /user/root/crawl/segments/20110124205537 SegmentReader: done how can i view the readseg output from amna_out temporary directory because i didnt see this directory anywhere After reading the code of segment reader ,in dump method,there is no println method or flush method being called so how can we see its output I can see the output of readseg -get command which is for one url

