当我运行以下
awk -F\, '{print $2,":",$1}'
它打印
"First : Second"
我怎样才能得到
"First:Second"
linux bash shell awk
awk ×1
bash ×1
linux ×1
shell ×1