![]() |
Hello and Welcome from 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 |
| Remove an element from an array in PERL | chriss_58 | Shell Programming and Scripting | 3 | 06-06-2008 06:08 AM |
| compare array contents with file | orahi001 | UNIX for Dummies Questions & Answers | 0 | 03-25-2008 05:44 PM |
| array type has incomplete element type | jaganadh | High Level Programming | 1 | 07-24-2007 04:54 AM |
| Perl delete an element from array | ahtat99 | Shell Programming and Scripting | 6 | 01-18-2007 09:25 AM |
| accessing my first element of array | afadaghi | Shell Programming and Scripting | 4 | 09-29-2005 05:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Are you allowed to use awk in this bash script?
awk has a very handy split function which puts each element of a string into an array: split(string, m, " : ") m is the name of the array. Sounds like you'd like to figure out the rest so I'll just give this as a little clue ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|