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
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
> * 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
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]
4 matches
Mail list logo