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
179536a516
awk
/
bugs-fixed
/
negative-nf.awk
2 lines
19 B
Awk
Raw
Normal View
History
Unescape
Escape
Print an error message for negative NF values
2018-09-26 00:19:49 -04:00
BEGIN
{
NF
=
-
5
;
}
Reference in New Issue
Copy Permalink