Just starting out in Unix and need t workout this:-
I have a csv file with 3 columns.
Using Terminal in Unix I need to cut the columns and get each column to create a text file of the info in the column.
Col 1 Col 2 Col 3
col1.txt col2.txt col3.txt
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This “oneliner” script should help 🙂 Just insert your CSV data into q.csv file or change the file name in the script.