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}}`