From 8cc17158fd7e9d34695a0e928663f62c3b7436b6 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 28 Mar 2024 14:58:29 -0700 Subject: [PATCH] Fix preprocessing instructions for linux --- RealDataBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealDataBench.cpp b/RealDataBench.cpp index 7c41c91..b3e5038 100644 --- a/RealDataBench.cpp +++ b/RealDataBench.cpp @@ -30,7 +30,7 @@ constexpr inline size_t rightAlign(size_t offset, size_t alignment) { int main(int argc, const char **argv) { // Use with this dataset https://snap.stanford.edu/data/memetracker9.html - // Preprocess the files with `sed -i '' '/^Q/d'` + // Preprocess the files with `sed -i'' '/^Q/d'` double checkTime = 0; double addTime = 0;