Wrathchild
Technical User
I'm looking to compare two tar files to be able to tell which files aren't in the other. From my research it looks like I can use the 'tar -d' command and write to a file for each tar and then use diff. Just wondering if there's a way to do this in one command? I don't care about differences between files, just looking to compare the file names and get a list of different ones.
thanks!
thanks!