This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netcdf-c
Watch
2
Star
0
Fork
0
You've already forked netcdf-c
mirror of
https://github.com/Unidata/netcdf-c.git
synced
2024-11-21 03:13:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e6e8bba26a
netcdf-c
/
nctest
/
timesum.awk
Ed Hartnett
18f4bca367
moving to trunk subdir
2010-06-03 13:24:43 +00:00
3 lines
31 B
Awk
Raw
Blame
History
{
sum
+=
$
5
;
}
END
{
print
sum
;
}
Reference in New Issue
View Git Blame
Copy Permalink