Help for this page

Select Code to Download


  1. or download this
    <binary>/etc/alternatives/aclocal<binary>C:\etc\alternatives\aclocal<e
    +of>
    
  2. or download this
    $pathchrs => '[-\/\.[:alnum:]_]';
    $target = 'aclocal'
    while(<>){
        /(\/$pathchrs*$target$path*)/o && print "$1\n";
    }
    
  3. or download this
       grep -a '/[-\/\.[:alnum:]_]*aclocal[-\/\.[:alnum:]_]*' /bin/aclocal
    +.lnk