This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_leaveeval: use EVAL_KEEPERR
[perl5.git] / ext / SDBM_File / grind
CommitLineData
463ee0b2
LW
1#!/bin/sh
2rm -f /tmp/*.dir /tmp/*.pag
3awk -e '{
4 printf "%s\t", $0
5 for (i = 0; i < 40; i++)
6 printf "%s.", $0
7 printf "\n"
8}' < /usr/dict/words | $1 build /tmp/$2
9