home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12636 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.4 KB

  1. Xref: sparky comp.sys.sgi:12636 comp.sys.mips:891 comp.unix.misc:3297 comp.unix.questions:10190
  2. Newsgroups: comp.sys.sgi,comp.sys.mips,comp.unix.misc,comp.unix.questions
  3. Path: sparky!uunet!kithrup!hoptoad!pacbell.com!mips!mips!unpc!rogerk
  4. From: rogerk@queernet.org (Roger B.A. Klorese)
  5. Subject: Re: Summary of (Re: Grep-ing for Constants (Re: Assembler Syntax...))
  6. Organization: QueerNet
  7. Date: Thu, 20 Aug 92 00:47:48 GMT
  8. Message-ID: <1992Aug20.004748.19504@queernet.org>
  9. Keywords: recap of "EXPORT", grep, UTLB exception handler
  10. References: <1992Aug18.060851.11721@leland.Stanford.EDU> <1992Aug19.235443.21099@leland.Stanford.EDU>
  11. Lines: 22
  12.  
  13. In article <1992Aug19.235443.21099@leland.Stanford.EDU> underdog@leland.Stanford.EDU (Dwight Joe) writes:
  14. >Is there a way to specify "search everything _but_ object files
  15. >and executable files"?
  16.  
  17. Yes, there (pretty much) is.
  18.  
  19. I'll give you a hint:
  20.  
  21. * Object files have names ending in ".o"
  22. * Executable files have the executable bit on in their permissions
  23.  
  24. --- Or use the following facts:
  25.  
  26. * Source files have a ".c" suffix
  27. * Include files have a ".h" suffix
  28.  
  29. Now see how these are used in the find(1) man page.
  30. -- 
  31. ROGER B.A. KLORESE                                              +1 415 ALL-ARFF
  32. rogerk@unpc.QueerNet.ORG                 {ames,decwrl,pyramid}!mips!unpc!rogerk
  33. "Normal is not something to aspire to, it's something to get away from."
  34.                                                                    -- J. Foster
  35.