![]() |
|
|
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 |
| awk,nawk,sed, delimiter |~| | knijjar | Shell Programming and Scripting | 7 | 02-19-2008 02:38 AM |
| replace the last delimiter | jisha | Shell Programming and Scripting | 4 | 01-28-2008 06:26 AM |
| Cut date using y hat as delimiter | tekster757 | UNIX for Advanced & Expert Users | 1 | 07-31-2007 03:14 PM |
| \r as delimiter in cut | shweta_d | Shell Programming and Scripting | 5 | 06-07-2007 10:18 AM |
| Replacement of Delimiter | panknil | Shell Programming and Scripting | 3 | 05-14-2007 08:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hey guys can you please help me out, i'm having problem in cutting strings. I need a delimiter to cut string. sample Code:
a.txt "ID", "1234" , "iam bighippo", "help!" "ID", "1235" , "again0", "xxxxxxx1" "ID", "1236" , "again1", "xxxxxxx2" "ID", "1237" , "again2", "xxxxxxx3" how do i cut "1234" , "ID" , "iam bighippo" and store it into a variable? Code:
ID="ID" NUM="1234" NAME="iam bighippo" is there a function that cuts the string using delimiter? Thanks! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|