This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
qse
Watch
1
Star
0
Fork
0
You've already forked qse
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b6a27d2978
qse
/
regress
/
awk
/
lang-033.awk
5 lines
76 B
Awk
Raw
Normal View
History
Unescape
Escape
- added Awk::setGlobal & Awk::getGlobal - fixed a bug in parsing getline
2009-07-15 02:06:14 +00:00
BEGIN
{
reorganized some error codes. added ssl library check to configure.ac corrected wrong function definitions in chr.h added MPI_NODE
2012-09-05 10:40:58 +00:00
while
(
(
"cat "
datadir
"/"
datafile
)
|
getline
x
>
0
)
- added Awk::setGlobal & Awk::getGlobal - fixed a bug in parsing getline
2009-07-15 02:06:14 +00:00
print
x
}
Reference in New Issue
Copy Permalink