xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.exit
(revision ec0ea6efa1ad229d75c394c1a9b9cac33af2b1d3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ print }
2
$1 < 5000 { exit NR }
3