I have two folders which have different folders inside. Those folders also contains different files. I am looking for the command that would give me the difference between those two parent folders. Not just difference of files that are contained in one folder and not in the other, but also difference in files contents.
I have done this so far: diff -rq fold1 fold2 .. But that doesn't give me the difference between the files.
What command could I run?

diffcommand line solve your problem? – jofel Nov 8 '12 at 9:49-q, and also look at the-aoption (beside the-Nalready suggested by @jofel). Also, what about reading the fine manual? – Stephane Chazelas Nov 8 '12 at 10:18