I have what appear to be to issues I need to resolve.
1) I need to be able to pass a variable to the pattern match.
e.g awk -F" " '/v1/ {print $3,$4,$5,$6,$7}'v1=$RDSK dumpdates where RDSK="c0t2d0s0 0"
2) As you see my variable (RDSK) has a number spaces in it.
1) I need to be able to pass a variable to the pattern match.
e.g awk -F" " '/v1/ {print $3,$4,$5,$6,$7}'v1=$RDSK dumpdates where RDSK="c0t2d0s0 0"
2) As you see my variable (RDSK) has a number spaces in it.