I have two folders.
A is an older version of B, having been copied at some point.
There may be changes in A but that are not in B.

I wanna find out if there are any, and what they are if they exist.

How do i do that, preferably using Linux standard utils

@4censord diff has a -r flag
also, git diff works on directories, even if not in a repo