From 0501f8cbfe68dd64d7c19a18a3581e7e111d5dec Mon Sep 17 00:00:00 2001 From: Matthieu Keller Date: Sun, 15 Sep 2013 17:34:15 +0200 Subject: [PATCH] correction --- cheatsheets/head | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheatsheets/head b/cheatsheets/head index 3bf5a48..60f7f53 100644 --- a/cheatsheets/head +++ b/cheatsheets/head @@ -2,7 +2,7 @@ head file # To show the n first lines of file -head -l n file +head -n l file # To show the n first bytes of file -head -b n file +head -c b file