rsync compare directories?
Is it possible to compare two directories with rsync and only print the differences? There’s a dry-run option, but when I increase verbosity to a certain level, every file compared is shown.
Is it possible to compare two directories with rsync and only print the differences? There’s a dry-run option, but when I increase verbosity to a certain level, every file compared is shown.
I have two files. File 1: A0001 C001 B0003 C896 A0024 C234 . B1542 C231 . upto 28412 such lines File 2: A0001 A0024 B1542 . . and 12000 such lines. I want to compare File 2 against File 1 and store the matching lines from File 1. I tried Perl and Bash but none … Read more
Will it be possible to use diff on a specific columns in a file?
I am trying to find a way to determine if a text file is a subset of another..