![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem in converting password protected excel file to csv file in unix | Devivish | UNIX for Advanced & Expert Users | 2 | 03-30-2009 08:56 PM |
| Problem writing file path to txt file | Vintage_hegoog | UNIX for Dummies Questions & Answers | 1 | 01-15-2009 05:22 PM |
| File Name Problem from FTP | czbtony | Shell Programming and Scripting | 1 | 05-12-2008 09:17 PM |
| Log file problem | chris1234 | Shell Programming and Scripting | 9 | 12-29-2007 08:41 AM |
| file not found..but file is there, also zip problem | caddyjoe77 | UNIX for Dummies Questions & Answers | 4 | 04-23-2005 06:47 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
awk problem for commaseperated file
I have a commaseperated file. If data in a field has comma then the field is enclosed with double quotes as shown below Quote:
Code:
awk -F, '{print $1,$2}' file
output i am getting: Quote:
Quote:
Basically i want to ignore commas with in double quotes. Appreciate your help. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|