Search Results

Search: Posts Made By: quay
8,705
Posted By quay
Thanks Don Cragun, but I did not use $email in...
Thanks Don Cragun, but I did not use $email in some place, what you see (i posted) that is the exact script.

thanks again.
8,705
Posted By quay
Thanks for your sharing. I appreciate and learn...
Thanks for your sharing. I appreciate and learn from that method. Meantime, I manage to achieve what I am trying to get, by using sed command however the record in last field , I should put "_"...
8,705
Posted By quay
oops
thanks vidyadhar85, but same issue.
8,705
Posted By quay
AWK print last field including SPACES
I have simple test.sh script, see below:
bill_code=`echo $record | awk -F"|" '{print $1}'`
Fullname=`echo $record | awk -F"|" '{print $3}'`
email=`echo $record | awk -F\ '{print $4}'`

The last...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy