I have a shell script which has this while loop line
"while read tblName xx; do..."
I understand how while loop works but don't know what does this xx stands for?
"while read tblName xx; do..."
I understand how while loop works but don't know what does this xx stands for?