Q
博客/wiki/知识库/文章收藏
技术
ERP
时间轴
搜索
linux paste用法
#
linux paste用法
head file
只要第一列, 逗号分隔 写在一行; 用于sql in 操作
awk '{print $1}' qin | paste -d, -s > allsql