The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 05-02-2007
kahuna's Avatar
kahuna kahuna is offline
Registered User
 

Join Date: Apr 2007
Posts: 148
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?
Reply With Quote