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