From 3a0545d053205c8e130ee44acc06222e7e8872d6 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 15 Jan 2018 02:08:10 +0530 Subject: [PATCH] How to get a diff --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40b00a5..3285dc8 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ This project uses GNU Parallel, Ruby, Nokogiri, and curl. + We need to checkout around 15k restaurant status (closed or not) - Keep track of whether restaurant is still alive or not - Tweet any restaurant closures (or any new openings) + + +For now, run the following command to get a diff of new restaurants not in the old listings: + +`q -d , "SELECT * from ./15-01-2018.csv WHERE c1 not in (SELECT c1 from 06-01-2018.csv)"` \ No newline at end of file