cut


数据处理常用命令:
$ cat 3.txt | cut -d ‘ ‘ -f 1 | sed -e ‘s/^/"/’ | sed -e ‘s/$/",/’


Category spark