We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253537f commit f86f9f1Copy full SHA for f86f9f1
m100-sanity
@@ -2,7 +2,7 @@
2
3
# Sanitize a BASIC listing so that all lines are in order and no line
4
# numbers are duplicated.
5
-awk '
+gawk '
6
/^[ \t]*[0-9]/ {
7
n = int($0);
8
lines[n] = $0;
0 commit comments