Help for this page

Select Code to Download


  1. or download this
    >md dir
    
    ...
    
    >perl -le"if (-d $ARGV[0]) { print 'dir' } else { print 'not' }" file
    not