Re: finding source code
Ralf Hemmecke <[email protected]> Thu, 29 Oct 2009 10:34:17 +0100
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
Go to the root of your Axiom checkout and say: >egrep -R '^\)abb.*CliffordAlgebra' * books/bookvol10.3.pamphlet:)abbrev domain CLIF CliffordAlgebra Your editor certainly finds "CliffordAlgebra" inside that pamphlet. Ralf