Help for this page
Select Code to Download
Select
or
download this
perl -le'$d=pop;opendir(D,$d)||die$!.$/;print~~grep{-f"$d/$_"}readdir D' dir
Select
or
download this
perl -le'opendir D,".";print~~grep{-f}readdir D'