Tag: lines

Find number of lines in a file

Find the number of lines in a file using this command… cat -n file OR wc -l file

Changing separator with Perl

This will join all lines of a file together. Sometimes I have a list of something in a file, one…