Search Results

Search: Posts Made By: Zombywoof
5,860
Posted By Zombywoof
Accessing shell arrays in awk
I am trying to pass a shell array I created to match on values amongst other things.

I have a sample:

#! /bin/ksh

i=0
for id in `cat id.lst`
do
IDs[$i]=$id
(( i=i+1 ))
done
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy