In order to use some data that are stored and produced remotely I first download them via scp servername:/.../big_directory/* ~/
. There are many files and the command includes everything. These files change unpredictably (for me), however it's just a few (over MANY) that actually change between a download and the next. Is there a way to compare them one by one with the ones that I already have locally, as in if diff file_in_the_server local_file_with_the_same_name returns zero then skip
or something like that? It would be time saving and revolutionary here. I presume that it's not possible since, in order to compare them, some download must be done in a way or the other, however I'm asking anyway to be sure since this is wizardry for me anyway
Thank you very much in advance