# gawk profile, created Sat Jan 10 12:01:35 2009 # BEGIN block(s) BEGIN { 1 m = 3 3 while (m != 0) { 3 m-- 3 r = 1 3 j = 8 3 s = "/dir//tmp" 24 while (j != 0 && r == 1) { 24 j-- 24 r = getline x < s 24 print ((((((s " r: ") r) "\tx: ") x) "\tERRNO: ") ERRNO) } 3 r = close(s) 3 print ((((("close(" s) "): ") r) "\tERRNO: ") ERRNO) 3 r = 1 3 s = "/dir//var/mail" 21 while (r == 1) { 21 r = getline x < s 21 print ((((((s " r: ") r) "\tx: ") x) "\tERRNO: ") ERRNO) } 3 r = close(s) 3 print ((((("close(" s) "): ") r) "\tERRNO: ") ERRNO) 3 print $0 3 system("sleep 0.1") } }