SyntaxFix
Write A Post
Hire A Developer
Questions
kent$ echo "Hello,World,Questions,Answers,bash shell,script"|awk -F, '{for (i=1;i<=NF;i++)print $i}' Hello World Questions Answers bash shell script