Help for this page

Select Code to Download


  1. or download this
    $ perl -le 'print grep { -f } glob "foo.c"'
    
  2. or download this
    $ shopt -s nullglob
    $ echo foo.?