Re: Checking missing files in command line

2008-04-27 Thread hce
On Sun, Apr 27, 2008 at 11:20 PM, necro <[EMAIL PROTECTED]> wrote: > On Sun, Apr 27, 2008 at 08:37:15AM +0200, NN_il_Confusionario wrote: > > Perhaps I do not understand the question: what's wrong with > > cd $PATH1 > > find . >/tmp/dir1.list > > cd $PATH2 > > find . >/tmp/dir2.list > > diff

Re: Checking missing files in command line

2008-04-27 Thread necro
On Sun, Apr 27, 2008 at 08:37:15AM +0200, NN_il_Confusionario wrote: > Perhaps I do not understand the question: what's wrong with > cd $PATH1 > find . >/tmp/dir1.list > cd $PATH2 > find . >/tmp/dir2.list > diff /tmp/dir1.list /tmp/dir2.list diff -rq $PATH1/ $PATH2/ -- Nicolo' Cristini Linux re

Re: Checking missing files in command line

2008-04-26 Thread NN_il_Confusionario
> * From: hce <[EMAIL PROTECTED]> >How can I check missing library files comparing two directories >(including subdirecties) to use diff or other tools in command line? Perhaps I do not understand the question: what's wrong with cd $PATH1 find . >/tmp/dir1.list cd $PATH2 find . >/tmp/dir2.lis

Checking missing files in command line

2008-04-26 Thread hce
Hi, How can I check missing library files comparing two directories (including subdirecties) to use diff or other tools in command line? Thank you. Kind Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]