$ perl -ne 'print;' yourtextFile # Windows: use double quotes$ perl -ne 'print if /^Igor/;' yourTextFile