Re: Comparing HD to dpkg

1997-04-22 Thread Craig Sanders
On Sat, 19 Apr 1997, Philippe Troin wrote: > On Sat, 19 Apr 1997 14:35:15 MDT Jason Ish ([EMAIL PROTECTED]) > wrote: > > > This may be possible but I'm still getting a grasp on all the unix > > utils. I would like dpkg to make a master list of everyfile that > > it has installed, then have linu

Re: Comparing HD to dpkg

1997-04-20 Thread Carey Evans
"Karl M. Hegbloom" <[EMAIL PROTECTED]> writes: [snip] > I just ran that command with BASH; it works just fine. The process > substitution notation is the same. Bash supports this notation. AFAIK it doesn't support =(...) though, which is useful for gv =(zcat /usr/doc/xv/xvdocs.ps.gz). > Bette

Re: Comparing HD to dpkg

1997-04-20 Thread Karl M. Hegbloom
> "Philippe" == Philippe Troin <[EMAIL PROTECTED]> writes: Philippe> $ find / | sort > /tmp/on-disk $ cat Philippe> /var/lib/dpkg/info/*.list | sort > /tmp/dpkg $ diff Philippe> /tmp/{on-disk,dpkg} Philippe> Or a zsh one-liner: $ diff <(find / | sort) <(cat Philippe> /var/

Re: Comparing HD to dpkg

1997-04-19 Thread Philippe Troin
On Sat, 19 Apr 1997 14:35:15 MDT Jason Ish ([EMAIL PROTECTED]) wrote: > This may be possible but I'm still getting a grasp on all the unix = > utils. I would like dpkg to make a master list of everyfile that it has = > installed, then have linux make a list of every file on the system = > (excl