Help for this page

Select Code to Download


  1. or download this
    system "echo \"alias > aliases.tmp\" > get_aliases.ksh";
    chmod (0777, 'get_aliases.ksh');
    ...
    foreach my $line (<ALIASES>){
      print "alias line $line\n";
    }