From 08bde170ff9601a2ac5c213ccf9acab814afbb66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9ia=20Bohner?= Date: Sun, 20 Nov 2022 07:16:01 -0300 Subject: [PATCH] head: remove page from osx (#9533) --- pages/osx/head.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pages/osx/head.md diff --git a/pages/osx/head.md b/pages/osx/head.md deleted file mode 100644 index 0e5ec35d74..0000000000 --- a/pages/osx/head.md +++ /dev/null @@ -1,12 +0,0 @@ -# head - -> Output the first part of files. -> More information: . - -- Output the first few lines of a file: - -`head -n {{count_of_lines}} {{filename}}` - -- Output the first few bytes of a file: - -`head -c {{number_in_bytes}} {{filename}}`