perl -nwle 'chomp; print "$_\n" if length($_) > 10 && length($_) < 15' datei1.txt > datei2.txt