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