home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2047 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.5 KB  |  37 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!eso.mc.xerox.COM!leisner
  3. From: leisner@eso.mc.xerox.COM ( Marty Leisner)
  4. Subject: Problem with diff 2.0?
  5. Message-ID: <9211120245.AA01187@annapurna.wbst147.xerox.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 12 Nov 1992 02:45:58 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 24
  12.  
  13. I'm using the -I option in gnu diff (on sparcs 4.1.2) and not sure what I'm seeing makes sense...
  14.  
  15. I have a script I'm using:
  16. diff -W 160   -I '.*\+.*' --ignore-all-space --ignore-case --ignore-blank-lines  --side-by-side $* 
  17.  
  18. I want to ignore lines with spaces, number of spaces, and lines with a + in them.
  19. I get:
  20. ax=3ae8  bx=0000  cx=0000  dx=0000  sp=ffff  bp=0000  si=0000  di=0000          ax=3ae8  bx=0000  cx=0000 dx=0000 sp=ffff bp=0000 si=0000 di=0000
  21. cs=3ae8  ds=8000  ss=8000  es=8000  ip=00a8  o=0 d=0 i=1 s=0 z=0 a=0 p=0 c=0    cs=3ae8 ds=8000 ss=8000 es=8000 ip=00a8  o=0 d=0 i=1 s=0 z=0 a=0 p=0 c=0
  22. test_inc_+89         mov     ss,ax                                            |
  23.  
  24. Which indicates the line beginning test_inc_ is being diffed...which I don't want it to be...
  25.  
  26. I ran this with egrep and it seemed to do what I wanted...
  27.  
  28.  
  29. Marty    leisner.henr801c@xerox.com 
  30.       leisner@eso.mc.xerox.com 
  31.           Member of the League for Programming Freedom 
  32.  The Feynman Problem Solving Algorithm:
  33.  1) Write down the problem
  34.  2) Think very hard
  35.  3) Write down the answer     -- Murray Gell-mann
  36.  
  37.