|
From: Dave H. <da...@ho...> - 2015-03-09 22:09:11
|
On Mon, 9 Mar 2015, David Lang wrote: > linecount = "`cut -f 1 -d '|' site_summary.data |uniq| sed s/$/' '/ |wc -l`" Just a minor point: "uniq" works best with sorted input (or use "sort -u"). And why are you appending a blank to each line? -- Dave Horsfall DTM (VK2KFU) "Bliss is a MacBook with a FreeBSD server." http://www.horsfall.org/spam.html (and check the home page whilst you're there) |