The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-16-2008
McLan McLan is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 21
Hi Aaron,
This is fine, so we are displaying 4 and 5 th fields of Address.
I am not sure if the street contains only 2 fields , it can contain more fields like “your and my straat & others straat as well”, in this case I can’t use just 4 th and 5 th fileds.
So to be very clear, my requirement is
I need a 3 rd field from the line that contains Name with FS “ “ space:
I need 2 nd field from the line that contains Address with FS ( ) space and need 2 nd filed from the same line with FS ( “ ) Quote and
I need 2 nd field form the line that contains City with FS ( ) space.

Thanks again.
McLan