Help for this page

Select Code to Download


  1. or download this
    dir /s /b c:\* | perl -nE"length() > 250 && say"
    
  2. or download this
    dir /s /b c:\* | perl -nE"/\\([^\\]+)$/ and length($1) > 250 && say"