常用unix or aix 命令

find ./20120*/ -name "account.txt" | awk '{ print "ls -la " $1}' | sh | awk '{print $8 "," $9 "," $10 }'

你可能感兴趣的:(unix,AIX)