Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by MatthewHolt: http://wiki.apache.org/nutch/IntranetRecrawl ------------------------------------------------------------------------------ echo "***Removing old segment directories that are no longer in use. If any of these error out it is not a problem, just used for clean up." seg_num=`expr $seg_num + $depth` - for segment in `ls -dr $segments_dir/* | tail -$seg_num` + for segment in `ls -dr $segments_dir/* | tail -$depth` do echo "Removing Segment: $segment" rm -rf $segment