![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| swaping of first 2 words in every line using sed | web123 | Shell Programming and Scripting | 4 | 05-28-2008 06:02 AM |
| count no of words in a line | satish@123 | Shell Programming and Scripting | 7 | 05-20-2008 11:59 PM |
| How to append words at the end of first line | lmatlebyane | Shell Programming and Scripting | 11 | 02-28-2008 12:39 AM |
| swap words in a line with sed | atticus | Shell Programming and Scripting | 8 | 09-08-2006 07:42 AM |
| How to grep for two or more words in a line at the same time? | ElCaito | Shell Programming and Scripting | 2 | 03-01-2006 07:48 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
seperating the words from a line??
The line is like this
+abc+def+mgh+ddsdsd+sa i.e. words seperated by +. There is a plus in the beginning. i want to conver this line to abc, def, mgh, ddsdsd, sa please provide the logic in the form of a shell script Thanks in advance |
| Forum Sponsor | ||
|
|
|
||||
|
Skyineyes,
Do not break the rules duplicating posts: http://www.unix.com/shell-programmin...-required.html You will just make it more difficult for you to find a solution. Give time to the members to work on the issue. |