Sun 11 Feb 2024 05:27:33 AM UTC Those Gawk warning messages bothered me enough to keep at the search for a clean solution. Making use of the filefuncs(3am) library 'stat' function provided the fix. An example: print a list of users w/ readable ~/.wiki/ dirs: #!/usr/bin/gawk -E # wiki_users.awk -- prints users with readable wiki dirs @load "readdir" @load "filefuncs" BEGIN { FS = "/" ; H = "/home/" ; W = "/.wiki/" while (getline