2009年10月12日

Linux 指令應用

AWK 印出 ' 字元要使用 x27 (要 parse 出資料庫 select 條件時會用到)
awk '{print "select * from tmp where name = \x27" $1 "\x27;"}'

去除空白列使用 sed /^$/d
cat 123.txt | sed /^$/d

沒有留言: