From 6ee2a10e6575e0125ee5717b27eb2a45382e8418 Mon Sep 17 00:00:00 2001 From: TheSnafu <44557576+TheSnafu@users.noreply.github.com> Date: Mon, 11 Mar 2019 15:18:25 +0100 Subject: [PATCH] added text to the article (#31465) --- guide/english/bash/bash-head/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bash/bash-head/index.md b/guide/english/bash/bash-head/index.md index a1499f5450..ec179b721c 100644 --- a/guide/english/bash/bash-head/index.md +++ b/guide/english/bash/bash-head/index.md @@ -23,6 +23,7 @@ Most used options: * `-n N`, prints out the first N lines of the file(s) * `-q`, doesn't print out the file headers * `-v`, always prints out the file headers +* `-z`, --zero-terminated | line delimiter is NUL, not newline ### Example