Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Unknown Newsgroups: comp.os.linux.misc Subject: Compare 2 dir-TREES? Date: Thu, 1 Jan 2015 02:49:08 +0000 (UTC) Organization: A noiseless patient Spider Lines: 11 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 1 Jan 2015 02:49:08 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="4d46a07415dc406c5fd634003b041fe9"; logging-data="22716"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+OsHaS0R0slpzZpaRhxrUeqUb0E6Jk7Bc=" User-Agent: Pan/0.133 (House of Butterflies) Cancel-Lock: sha1:T4M1diXD/vp1v6y4BYwGINh9P5U= Xref: csiph.com comp.os.linux.misc:13149 I can't find how to do this common task! `du | wc -l` will show the NUMBER of files - I think? -> rsync --list-only /mnt/p15/usr/X11R6/DumyDirTstRsync /usr/X11R6/DumyDirTstRsync == drwxr-xr-x 4096 2014/12/31 18:46:24 DumyDirTstRsync == ! does NOT tell WHAT differences !! So: `rsync --list-only ` <-- FAILS !! What am I doing wrong, for this simple/common task?