![]() |
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 |
| matching each line in a column to an array | greptastic | UNIX for Dummies Questions & Answers | 2 | 11-11-2008 03:42 PM |
| bash array problem | yagnesh | Shell Programming and Scripting | 1 | 08-19-2008 03:48 AM |
| [BASH - KSH] Passing array to a function | ripat | Shell Programming and Scripting | 3 | 04-17-2008 09:17 AM |
| bash:awk output into an array | phamp008 | Shell Programming and Scripting | 2 | 03-16-2008 05:14 AM |
| bash array | gubten | Shell Programming and Scripting | 1 | 12-08-2006 04:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
bash Column to array
Hi
I have a file with just one column, and i'd like to save it in a bash array. file_in Quote:
Code:
array[0]==word1, array[1]==word2....array[3]==word4 thanks D EDIT: Sorry, i solved. I've found the solution here in another post. thx. here the post: saving values from awk expression into shell array Last edited by Dedalus; 10-16-2009 at 09:43 AM.. |
![]() |
| Bookmarks |
| Tags |
| array, bash, column |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|