Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 632 → Rev 633

/schemata/mereni/SI_FZU/plot.awk
0,0 → 1,11
#!/usr/bin/awk -f
# reports which file is being read
BEGIN {
f="";
}
{ if (f != FILENAME) {
print "reading", FILENAME;NR=0;
f=FILENAME;
}
if (NR >= 42) print $1,$2;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property