X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1399490e2bb58e1e7212d7a8469e1286ced9423a..eea55f4f4af311bbd4b197564d1cecbc949616bf:/etc/grep.txt diff --git a/etc/grep.txt b/etc/grep.txt index 86f725899e..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,13 +72,18 @@ 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 "el"] xfuncname = "^(\\(.*)$"' in .gitconfig - and `*.el diff=el' in .gitattributes + with '[diff "lisp"] xfuncname = "^(\\(.*)$"' in .gitconfig + and '*.el diff=lisp' in .gitattributes -git 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 +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 @@ -92,7 +97,7 @@ grep -nH -e "xyzxyz" ../info/* -Copyright (C) 2005-2013 Free Software Foundation, Inc. +Copyright (C) 2005-2016 Free Software Foundation, Inc. COPYING PERMISSIONS: