This website requires JavaScript.
Explore
Help
Sign In
midfavila
/
awk
Watch
1
Star
0
Fork
0
You've already forked awk
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
94e4c04561
awk
/
bugs-fixed
/
negative-nf.awk
Cody Peter Mello
179536a516
Print an error message for negative NF values
2018-09-25 21:19:49 -07:00
2 lines
19 B
Awk
Raw
Blame
History
BEGIN
{
NF
=
-
5
;
}
Reference in New Issue
View Git Blame
Copy Permalink