/python/engine/PinYin/tools/del_len.awk

http://scim-python.googlecode.com/ · AWK · 5 lines · 4 code · 0 blank · 1 comment · 0 complexity · ac47bfb9a9f711bdc41b6fe91d3ebbbc MD5 · raw file

  1. #!/usr/bin/gawk -f
  2. {
  3. _len = length ($1)
  4. printf "%s\t%s\t%s\n", $2, $3, $4
  5. }