Skip to content

Instantly share code, notes, and snippets.

@vvoody
Created October 4, 2010 08:19
Show Gist options
  • Save vvoody/609379 to your computer and use it in GitHub Desktop.
Save vvoody/609379 to your computer and use it in GitHub Desktop.
# 返回中通速递订单的跟踪记录
# Return trace records of order of ZTO Express.
curl -d "ID=1234567890" http://zto.cn/bill.aspx | grep '<td width="82">' | iconv -f GB2312 -t UTF-8 | sed 's/^[\t ]*//' | sed 's/<[^>]*>/|/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment