Help for this page
Select Code to Download
Select
or
download this
grep { !/^\.\.?$/ && -d }
Select
or
download this
grep { !/\A\.\.?\z/ && -d }
Select
or
download this
grep { $_ ne '.' and $_ ne '..' and -d }