linux_shell awk中傳遞變數

wangzhensheng發表於2010-02-25
#!/bin/sh
cd ./076/
for id in 01016 01017 01015 01014 01010 01007 01012 01005 01009
do
echo "$id"
find ./ -name '*.txt' -type f |xargs awk '$2~/'$id'/ {print $1"t"$2"t"$4"t"$5}' >>../aaaaa
done[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8806316/viewspace-1031456/,如需轉載,請註明出處,否則將追究法律責任。

相關文章