X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6c96b8933b2c5b5c85d8fa0c3f77431f5dae2e27..2f58c503dd8acd3429469d76d04976a9017b87e3:/etc/grep.txt diff --git a/etc/grep.txt b/etc/grep.txt index ed28c77390..3861a7f044 100644 --- a/etc/grep.txt +++ b/etc/grep.txt @@ -39,7 +39,7 @@ grep -nH --color=always -e "INFO tree" ../info/* * GNU grep 2.5.1 on lines starting with a number and colon -grep -nH -e "Universal Time" ../lispref/* +grep -nH --color=always -e "Universal Time" ../doc/lispref/* ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated Universal Time) * GNU grep 2.5.1 with context lines @@ -72,6 +72,19 @@ Grep finished (matches found) at Thu Jul 21 15:02:15 agrep -n "INFO tree" ../info/* ../info/dir: 6: File: dir Node: Top This is the top of the INFO tree +* bzr grep with Bazaar plugin [grep] + +bzr grep --color=always -in "org-element-map" +lisp/org/org.el:21047: (org-element-map + +* git-grep + with '[diff "lisp"] xfuncname = "^(\\(.*)$"' in .gitconfig + and '*.el diff=lisp' in .gitattributes + +git --no-pager grep -inH -p -e "org-element-map" +lisp/org/org.el=20969=(defun org-fill-paragraph (&optional justify) +lisp/org/org.el:21047: (org-element-map + * unknown greps grep -nH -e "xyzxyz" ../info/* @@ -84,14 +97,13 @@ grep -nH -e "xyzxyz" ../info/* -Copyright (C) 2005, 2006, 2007 -Free Software Foundation, Inc. +Copyright (C) 2005-2016 Free Software Foundation, Inc. COPYING PERMISSIONS: - This document is free software; you can redistribute it and/or modify + This document is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -100,10 +112,10 @@ COPYING PERMISSIONS: GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + along with this program. If not, see . ;;; Local Variables: +;;; eval: (let ((inhibit-read-only t) (compilation-filter-start (point-min))) (save-excursion (goto-char (point-max)) (grep-filter) (set-buffer-modified-p nil))) ;;; buffer-read-only: t ;;; End: