Re: Checking missing files in command line

2008-04-28 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 /tmp/dir1.list /tmp/dir2.list

  diff -rq $PATH1/ $PATH2/

That is the one I am looking for.

Thanks Nicolo.

Kind Regards,

Jim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Checking missing files in command line

2008-04-27 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.list
diff /tmp/dir1.list /tmp/dir2.list

?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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 registered user #265562
www.circolab.net

PGP Key id: 0xDED6220C
PGP Key fingerprint = 80F5 34DA 9759 C8C3 0385  5657 C3F0 D216 DED6 220C


signature.asc
Description: Digital signature


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]