4/17/2018

AWK using file separator

c tmp.list | awk '{print $7}' | awk 'BEGIN { FS = "/" } ; { print substr($8,0,34) }' >tmp2.list

没有评论: