Compare directories in Linux the quick way
Yeah... time came to finally start writing down the stuff I keep forgetting. Comparing two directories in Linux:
# diff -rq dirA dirB
Yeah... time came to finally start writing down the stuff I keep forgetting. Comparing two directories in Linux:
# diff -rq dirA dirB
Add comment