> > + read -d '' awk_script << 'EOF' > > EOF must be quoted? >
Missed that one. Yes, the quotes are there to prevent parameter expansion of the awk variables. The script breaks without them
> > + read -d '' awk_script << 'EOF' > > EOF must be quoted? >
Missed that one. Yes, the quotes are there to prevent parameter expansion of the awk variables. The script breaks without them