#!/bin/csh
#
#  AWK ץʸṽɽʸǡˡ֡פղä
# ΤǤ<Number> ǡϼޤ
#
# ʸṽɽǡΥǡեޥå
# <Number>,<ʸǡ>
#
# Usage: gawk -f (the file) File_Name
# 	 (the file) File_Name
# 	 (the file) < <Standard_Input>
#
gawk -F',|[ ]' '{ bun=$2""; print bun }'
#
# End of File
