From 2c04d08df84b67ab3b3e1aff34fd7900d911366b Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 27 Feb 2014 00:47:03 +0100 Subject: README: simplify the "about" pipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9b88ca2..44e8c7f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ clufter aka Cluster Filter ========================== -$ clufter -h | head -n+8 | tail -n+3 +$ clufter -h | sed '2,8p;d' Tool to perform various transformations on cluster configuration formats. -- cgit