comp.lang.awk FAQ
This material of this faq originates from the comp.lang.awk FAQ that you can find there: * http://www.faqs.org/faqs/computer-lang/awk/faq/ . . . elements were created by split()? <include "SizeOfSplit"> [[http://awk.freeshell.org/?action=edit;id=SizeOfSplit| . . .
8K - last updated 2009-03-04 12:42 UTC by pgas
comp.lang.awk FAQJapanese
This material of this faq originates from the comp.lang.awk FAQ that you can find there: * http://www.faqs.org/faqs/computer-lang/awk/faq/ . . . elements were created by split()? <include "SizeOfSplitJapanese"> [[http://awk.freeshell.org/?action=edit;id=SizeOfSplitJapanese| . . .
4K - last updated 2008-11-24 09:01 UTC by pgas
SizeOfSplit
How many elements were created by split()? When I do a split on a field, e.g., {{{ awk split($1,x,"string") . . .
1K - last updated 2008-11-18 12:35 UTC by pgas
SizeOfSplitJapanese
split() で作られたエレメント (配列) の数はいくつでしょうか? 例えば、フィールドを分割した場合、 {{{ awk split($1,x,"string") }}} エレメント x の数はどうやって知ることができるでしょうか? . . .
1K - last updated 2008-11-22 13:11 UTC by 218.231.238.51.eo.eaccess.ne.jp
4 pages found.