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