home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3097 < prev    next >
Text File  |  1991-03-20  |  892b  |  29 lines

  1. Newsgroups: alt.sources
  2. From: mayer@sono.uucp (Ronald &)
  3. Subject: Re: Small introspective program [The winner?]
  4. Message-ID: <MAYER.91Mar19131259@porky.sono.uucp>
  5. Date: 19 Mar 91 13:12:59
  6.  
  7. Actually, this is the shortest introspective (at least using the
  8. definitions used in this thread) I've found.  Can anyone do better:
  9.  
  10. [189]porky:~%
  11. [189]porky:~% touch the_prog
  12. [190]porky:~% chmod +x the_prog
  13. [191]porky:~% the_prog > the_output
  14. [192]porky:~% diff the_prog the_output
  15. [193]porky:~% wc the_prog
  16.        0       0       0 the_prog
  17. [194]porky:~%
  18. [194]porky:~% ls -l the_prog
  19. -rwxr-xr-x  1 mayer           0 Mar 19 13:09 the_prog
  20.  
  21. This executable null-file produces no output.  Does this count?
  22. [BTW: what language is it using;  I suspect it's a "sh" script, but I
  23.  can't really tell.
  24.  Note: similar versions exist for basic, lisp, and probably many other
  25.  languages as well.]
  26.  
  27.     Ron Mayer
  28.  
  29.