$ cat temp.txt
hello'are'you,ok
tom'jasmine'cat
beijing'hainan'guangdong
$ awk -F"'" '{print $1}' temp.txt
hello
tom
beijing
$ cat temp.txt
hello"are"you"ok
tom"jasmine"cat
beijing"hainan"guangdong
$ awk -F'"' '{print $1}' temp.txt
hello
tom
beijing
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |