← Back to team overview

sslug-teknik team mailing list archive

Re: Argh!! diff driller!

 

"Jesper Hess Nielsen" <jesper@xxxxxxxxxx> writes:

> andet (med masser af subdirs). Hvordan får jeg diff til at ignorere
> datoforskellene imellem filerne? Hver gang jeg laver en diff så tager den

Præcis hvad gør du?

Det virker perfekt hos mig:

galar% ls -la brother?                
brother1:
total 20
drwxr-xr-x   2 brother  user         4096 Oct  9 15:01 .
drwxrwxrwt  13 root     root         4096 Oct  9 15:02 ..
-rw-r--r--   1 brother  user        12063 Oct  7 20:00 foo

brother2:
total 20
drwxr-xr-x   2 brother  user         4096 Oct  9 15:01 .
drwxrwxrwt  13 root     root         4096 Oct  9 15:02 ..
-rw-r--r--   1 brother  user        12063 Oct  9 15:00 foo
galar% diff -Naur brother1 brother2
galar% 

brother1/foo og brother2/foo er selvfølgelig identiske.

-- 
Peter


References