Awk, I am new this this command, I know it can list out the text file with condition, but i have no idea how to list them when there is a "," in between the text, how do you count the "," in as $1.
but if its email, email won't show for some reason, I am thinking maybe I should include the "," ?, i am not sure how to solve the problem, and don't know what the problem is. for example i want to show customerid and customersname, i will use:
awk'{print $1,$2}'
Customerid, customersname, email
12312322, MIKE, [email protected]
51231221, CALVIN, [email protected]
91234232, LISA, [email protected]
12359432, DICK, [email protected]
94123432, ORAN, [email protected]
63242333, KEVIN, [email protected]