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 -$depth`
+ for segment in `ls -dr $segments_dir/* | tail -$seg_num`
  do
    echo "Removing Segment: $segment"
    rm -rf $segment

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to