9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 8c, 8l, and empty files
@ 2009-03-03 20:03 Enrique Soriano
  2009-03-03 22:54 ` andrey mirtchovski
  2009-03-04  2:16 ` Federico G. Benavento
  0 siblings, 2 replies; 13+ messages in thread
From: Enrique Soriano @ 2009-03-03 20:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-03-04 15:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03 20:03 [9fans] 8c, 8l, and empty files Enrique Soriano
2009-03-03 22:54 ` andrey mirtchovski
2009-03-03 23:29   ` Enrique Soriano
2009-03-03 23:37     ` andrey mirtchovski
2009-03-03 23:41       ` J.R. Mauro
2009-03-03 23:45         ` andrey mirtchovski
2009-03-03 23:57           ` Uriel
2009-03-03 23:43     ` Anthony Sorace
2009-03-03 23:52       ` andrey mirtchovski
2009-03-04 11:56         ` Enrique Soriano
2009-03-04 15:54       ` Juan Céspedes
2009-03-04 12:25     ` Charles Forsyth
2009-03-04  2:16 ` Federico G. Benavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).