(root)/
gawk-5.2.2/
test/
getlndir.awk
BEGIN {
	if (!SRCDIR) SRCDIR = "."
	OFS = ", "
	x = 4
	ret = (getline x < SRCDIR)
	print x, ret, ERRNO
}