![]() |
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 |
| eval, array, number of elements - couldn't get it | alex_5161 | Shell Programming and Scripting | 1 | 07-01-2008 03:24 PM |
| Change word in list - PERL | pmpx | Shell Programming and Scripting | 1 | 06-30-2008 06:59 PM |
| How to extract elements in a field using a number | ahjiefreak | Shell Programming and Scripting | 17 | 12-13-2007 04:13 AM |
| List all file which have specified word | aungomarin | UNIX for Advanced & Expert Users | 4 | 01-03-2007 03:37 PM |
| How to list mirrored elements? (pv, vg, lv) | cactux | AIX | 4 | 11-29-2006 10:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Number of elements in Word list
Hello everyone,
can anyone let me know if there is a way to get the count of elements in a word list that I use for a for loop in the way: for single_result in $results ; do ....... I know I can increment a counter in my for loop, but would there be a way to know the total number of elements in the list without even starting the loop ? Hope you can help. Thanks. |
|
||||
|
I do not seem to be able to use this statement, I am on AIX with ksh88, I don't know about the usability of the <<<. Can you help with more advice?
I did not know you can send a string in input to awk, I thought awk only acts against files, please let me know. cnt_elements=$(awk '{print NF}' <<< "$results") |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|