/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
- #!/usr/bin/gawk -f
- {
- _len = length ($1)
- printf "%s\t%s\t%s\n", $2, $3, $4
- }