print join ("\n", grep !(( -d $_ ) || /^file1$/ ), glob './logs/*' ) . "\n";