One more thing... I think it's the wrong segment directory. You specified segments2 in other parts of your example. So shouldn't it be:
s1=`ls -d segments2/2* | tail -1` Howie
Dear Bryan, I think you have a problem with this line: s1='ls -d segments/2* | tail -1' The good command: s1=`ls -d segments/2* | tail -1` The ' <> ` Regards, Ferenc
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
