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