From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Dan Espen Newsgroups: gmane.emacs.help Subject: Re: problem with grep Date: Thu, 19 Apr 2018 16:43:40 -0400 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1524170607 9502 195.159.176.226 (19 Apr 2018 20:43:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2018 20:43:27 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 19 22:43:23 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f9GOm-0002JX-Oz for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2018 22:43:20 +0200 Original-Received: from localhost ([::1]:47170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9GQt-0005mq-F3 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Apr 2018 16:45:31 -0400 Original-Path: usenet.stanford.edu!goblin3!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-Injection-Info: reader02.eternal-september.org; posting-host="172bfc564708e9163b63d89d65f45112"; logging-data="19386"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19iKPvM6DpQAOy87NR2nlUNwckLSPaM+4U=" Cancel-Lock: sha1:eFXID47AK1zPB7EiKKPxlXlJbnI= Original-Xref: usenet.stanford.edu gnu.emacs.help:222447 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116565 Archived-At: "Stanke, Fred" writes: > I am not a unix guy, but I've come to depend on emacs after using it for decades. > > I have a problem, grep does not work. How do I fix it? ... > 'grep' is not recognized as an internal or external command, > operable program or batch file. When I had to use Windows, I found the path of least resistance was to install the Cygwin package. That includes grep and lots of other very useful Unix-y stuff, including diff which also works well with Emacs. -- Dan Espen