How to split a delimited string into an array in awk?

后端 未结 9 919
不思量自难忘°
不思量自难忘° 2020-11-29 16:58

How to split the string when it contains pipe symbols | in it. I want to split them to be in array.

I tried

echo \"12:23:11\" | awk \'{s         


        
9条回答
提交回复
热议问题