Quote:
|
Originally Posted by Mandab
awk -F"<tab>" 'NR>=3 {
|
I had intended that <tab> be replaced literally by the tab character - CTNL(H).
Quote:
|
Originally Posted by Mandab
if ( $4 ~ /^ *$/ ) printf("104)
|
You are missing a close " after 104.
I am confused. Is your file delimited by the tab character or by set of characters "<tab>" shown in your post?