Help for this page

Select Code to Download


  1. or download this
    find({
        wanted   => \&tagEmacsFiles,
    ...
        system("etags -a \"$File::Find::name\"")
            if /\.el$/i && -f $File::Find::name;
    }