![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Double quotes or single quotes when using ssh? | password636 | Shell Programming and Scripting | 3 | 05-29-2008 08:52 PM |
| how to put quotes ina .sql file | agarwalniru | UNIX for Advanced & Expert Users | 9 | 06-11-2007 11:26 AM |
| Moving Part of a field to another field using AWK | rjsha1 | Shell Programming and Scripting | 5 | 08-04-2006 05:39 AM |
| I want the output within quotes | gopskrish | UNIX for Dummies Questions & Answers | 5 | 06-24-2005 10:17 AM |
| quotes | wannabe_guru | UNIX for Dummies Questions & Answers | 4 | 04-12-2004 09:25 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Help Please. Need to add quotes to o field
I have a tab delimited file with 4 fields.
I need to surround each field with a " (quote). example: K112 E-3433 SHOE REPAIR KIT 3 K119 E-1887ASHD SHOE REPAIR KIT 6 K128 E-2769SHD SHOE REPAIR KIT 3 K128K E-2769HD & SHD SHOE REPAIR KIT 15 needs to be: "K112" "E-3433" "SHOE REPAIR KIT" 3" "K119" "E-1887ASHD" "SHOE REPAIR KIT" "6" "K128" "E-2769SHD" "SHOE REPAIR KIT" "3" "K128K" "E-2769HD & SHD" "SHOE REPAIR KIT" "15" don't care if it is a script or a command line command. Just don't know how to do this. Any help would be greatly appreciated. Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|