Step of 2 after

Hi

This is a query for the C&C.
CN and glue

awk 'BEGIN { FS = ",[ \t]*|[ \t]+" } { print $3,$5 }' Downloads/att&cklist.csv

This outputs the results.
Although tedious needs some dressing:2

print $3 and step print +2 i.e. $5 \n $7 \n $9

@8880190798,
How about if you provide your sample input and the desired output (based on the input)?
The current description and the provided info is way to confusing and incomplete even to start asking questions.
How about you start from the beginning. Don't forget to use markdown tags when posting data/code samples.

Nevermind
I will grok it

Off the cuff