awk print second column

https://w‮al.ww‬utturi.com
awk print second column

awk get the second column from command output

textfile

hello,lautturi,java,world

awk print second column

awk -F ',' '{print $2}' textfile
Created Time:2017-09-01 18:20:41  Author:lautturi