Compare Directories In Bash

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

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

Connections

Related tags and posts connected to this entry.