![]() |
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 |
| regex to remove text before&&after comma chars | yomaya | Shell Programming and Scripting | 3 | 06-08-2009 05:44 AM |
| How to remove comma from the last line of the file | sandeep_1105 | UNIX for Dummies Questions & Answers | 5 | 05-27-2009 12:01 PM |
| Delete a comma from string | MisterKhan | Shell Programming and Scripting | 6 | 03-26-2009 03:36 PM |
| remove unnecessary comma from file | sumeet | UNIX for Advanced & Expert Users | 1 | 12-31-2008 06:00 PM |
| Remove whitespaces between comma separated fields from file | nitinbjoshi | UNIX for Dummies Questions & Answers | 2 | 06-14-2008 08:14 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Awk: Remove comma at the end of the string
Hi
i had String like UID: ABC345QWE678GFK345SA90, LENGTH 32 when I used awk ' FS[" "], {print $1}' prints ABC345QWE678GFK345SA90, how can i getrid of that coma at the end of the string. Thanks in advance.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|