Help for this page

Select Code to Download


  1. or download this
    echo '?*;&'
    
  2. or download this
    mkdir /tmp/junk
    echo '?*;&' | shloop -e "touch '/tmp/junk/\i'"
    ls -l /tmp/junk
    
  3. or download this
    opendir( DIR, "some_dir" );
    @files = grep /[^.]/, readdir( DIR ); # skips "." and ".."
    ...
      close IN;
    # and/or unlink or rename that input file so it's less of a bother hen
    +ceforth
    }