From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: From: Enrique Soriano To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 3 Mar 2009 21:03:52 +0100 Subject: [9fans] 8c, 8l, and empty files Topicbox-Message-UUID: ad124a64-ead4-11e9-9d60-3106f5b1d025 term% cd /tmp term% ls nothing.c ls: nothing.c: 'nothing.c' file does not exist term% touch nothing.c term% 8c -FVw nothing.c term% 8l -o nothing nothing.8 term% echo $status term% ls -l nothing --rwxrwxr-x M 8 glenda glenda 0 Mar 3 21:49 nothing term% ./nothing ./nothing: exec header invalid Why does the loader work? Is there any reason to not report an error? Regards, Q