diff options
Diffstat (limited to 'compat/plan9/head')
-rwxr-xr-x | compat/plan9/head | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/compat/plan9/head b/compat/plan9/head deleted file mode 100755 index 2840b2d..0000000 --- a/compat/plan9/head +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -n=10 - -case "$1" in - -n) n=$2; shift 2 ;; - -n*) n=${1#-n}; shift ;; -esac - -exec sed ${n}q "$@" |