Compare Directories In Bash

Today I needed to check for articles that used the same slug from two directories, bash made it super simple.

Copy this post

Today I needed to check for articles that used the same slug from two directories, bash made it super simple.

diff -rq src/pages/blog src/pages/notes