Help for this page

Select Code to Download


  1. or download this
    ls -t *BOT* | head -1
    
  2. or download this
    perl -e 'my %bot; for ( sort { ( $bot{ $a } ||= ( -M $a ) ) <=> ( $bot
    +{ $b } ||= ( -M $b ) ) } glob "\*BOT\*" ) { print "$_\n"; last; }'