*** empty log message ***

This commit is contained in:
2006-09-08 14:51:15 +00:00
parent 43f7cd5777
commit fcd6328d62
4 changed files with 79 additions and 47 deletions

View File

@@ -1,4 +1,7 @@
BEGIN { FS=":*"; }
BEGIN {
FS="[:[:space:]]+";
#FS=":+";
}
{
print "NF=" NF;
for (i = 0; i < NF; i++) print i " [" $(i+1) "]";