On 2018-01-23 15:23, Carlos E. R. wrote:
On 2018-01-23 15:07, jdd@dodin.org wrote:
Le 23/01/2018 à 14:51, Carlos E. R. a écrit :
Make a listing of both directories and compare them with diff. Was suggested in some post. It will find the differences.
I did, but got a long misting I didn't understand :-(
Well, then we can work at that, it should be a short list.
You may run find . -ls on the root of each tree, which will print information on each file, relative to the current directory: 193485 4 -rw-rw-r-- 2 news news 1450 Dec 7 2015 ./var_spool_news/alt/linux/suse/2030 193486 4 -rw-rw-r-- 2 news news 1782 Dec 7 2015 ./var_spool_news/alt/linux/suse/2031 193487 4 -rw-rw-r-- 2 news news 1520 Dec 7 2015 ./var_spool_news/alt/linux/suse/2032 193488 4 -rw-rw-r-- 2 news news 1939 Dec 7 2015 ./var_spool_news/alt/linux/suse/2033 File: find.info, Node: Print File Information, Next: Run Commands, Prev: Print File Name, Up: Actions 3.2 Print File Information ========================== -- Action: -ls True; list the current file in `ls -dils' format on the standard output. The output looks like this: 204744 17 -rw-r--r-- 1 djm staff 17337 Nov 2 1992 ./lwall-quotes The fields are: 1. The inode number of the file. *Note Hard Links::, for how to find files based on their inode number. 2. the number of blocks in the file. The block counts are of 1K blocks, unless the environment variable `POSIXLY_CORRECT' is set, in which case 512-byte blocks are used. *Note Size::, for how to find files based on their size. 3. The file's type and file mode bits. The type is shown as a dash for a regular file; for other file types, a letter like for `-type' is used (*note Type::). The file mode bits are read, write, and execute/search for the file's owner, its group, and other users, respectively; a dash means the permission is not granted. *Note File Permissions::, for more details about file permissions. *Note Mode Bits::, for how to find files based on their file mode bits. 4. The number of hard links to the file. 5. The user who owns the file. 6. The file's group. 7. The file's size in bytes. 8. The date the file was last modified. 9. The file's name. `-ls' quotes non-printable characters in the file names using C-like backslash escapes. This may change soon, as the treatment of unprintable characters is harmonised for `-ls', `-fls', `-print', `-fprint', `-printf' and `-fprintf'. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)