From 57d42257d32f7605205e1291b439263cfd59ec23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Dur=C3=A1n?= Date: Wed, 19 Mar 2014 12:49:24 +0100 Subject: [PATCH] Improved tail.md --- pages/common/tail.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/tail.md b/pages/common/tail.md index 365cc6e03f..80dd18d5bc 100644 --- a/pages/common/tail.md +++ b/pages/common/tail.md @@ -6,6 +6,10 @@ `tail -n {{num}} {{file}}` +- show all file since line 'num' + +`tail -n +{{num}} {{file}}` + - show last 'num' bytes in file `tail -c {{num}} {{file}}`