Tag: lines
Find number of lines in a file
March 20, 2008
Find the number of lines in a file using this command… cat -n file OR wc -l file
Changing separator with Perl
March 7, 2007
This will join all lines of a file together. Sometimes I have a list of something in a file, one…
Recent Comments