emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/grep.txt


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/grep.txt
Date: Tue, 19 Jul 2005 10:09:52 -0400

Index: emacs/etc/grep.txt
diff -c emacs/etc/grep.txt:1.1 emacs/etc/grep.txt:1.2
*** emacs/etc/grep.txt:1.1      Tue Jul 19 12:56:26 2005
--- emacs/etc/grep.txt  Tue Jul 19 14:09:52 2005
***************
*** 29,43 ****
  grep -nH --color=always -e "INFO tree" ../info/*
  ../info/dir:6:File: 
dir       Node: Top       This is the top of the INFO tree
  
- * GNU grep 2.5.1 on files recognized as binary
- 
- Binary file emacs-7 matches
- Binary file 2005-06 matches
- 
  * GNU grep 2.5.1 on lines starting with a number and colon
  
  grep -nH -e "Universal Time" ../lispref/*
  ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated 
Universal Time)
  
  * GNU grep 2.5.1: other messages
  
--- 29,52 ----
  grep -nH --color=always -e "INFO tree" ../info/*
  ../info/dir:6:File: 
dir       Node: Top       This is the top of the INFO tree
  
  * GNU grep 2.5.1 on lines starting with a number and colon
  
  grep -nH -e "Universal Time" ../lispref/*
  ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated 
Universal Time)
+ 
+ * GNU grep 2.5.1 with context lines
+ 
+ grep -C 2 -nH --color=always -e "INFO tree" ../info/*
+ ../info/dir-4-looking at that node, which is (dir)Top.
+ ../info/dir-5-
+ ../info/dir:6:File: dir       Node: Top       This is the top of the 
INFO tree
+ ../info/dir-7-
+ ../info/dir-8-The Info Directory
+ 
+ * GNU grep 2.5.1 on files recognized as binary
+ 
+ Binary file emacs-7 matches
+ Binary file 2005-06 matches
  
  * GNU grep 2.5.1: other messages
  




reply via email to

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