help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding .m files on Mac with Tiger


From: Mike Miller
Subject: Re: Finding .m files on Mac with Tiger
Date: Fri, 15 Jul 2005 21:06:53 -0500 (CDT)

On Fri, 15 Jul 2005, Paul Kienzle wrote:

In practice I compose a variety of these on the fly so I try to keep them simple. If they return too many results, then I write in more explicit searches. For example, using Przemek's foo I will now be typing:

        locate "*.m" | grep filt

Or maybe even

        locate "*.m" | less

then in less

        /filt<CR>nnnnn


Me too, but it's good to learn the regexp tricks for some of these things. The more I've learned, the more uses I've found for regexps.

Mike



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]