From 99a6214ab6fcc70852743363acec35aa7334b2ed Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Wed, 24 Jun 2015 08:08:39 -0700 Subject: [PATCH] Additional reference to comm. Fixes #105. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5131fc0..5174ab4 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Notes: - For Amazon S3, [`s3cmd`](https://github.com/s3tools/s3cmd) is convenient and [`s4cmd`](https://github.com/bloomreach/s4cmd) is faster. Amazon's [`aws`](https://github.com/aws/aws-cli) is essential for other AWS-related tasks. -- Know about `sort` and `uniq`, including uniq's `-u` and `-d` options -- see one-liners below. +- Know about `sort` and `uniq`, including uniq's `-u` and `-d` options -- see one-liners below. See also `comm`. - Know about `cut`, `paste`, and `join` to manipulate text files. Many people use `cut` but forget about `join`.