Greg Reagle wrote:
> Would sbase suck less if the program head, which is currently a C
> program of 77 lines, were replaced with something like 
>   #!/bin/sh
>   sed "$1"q

Plan 9 doesn't have head(1), neither do I in my sbase, not even a wrapper.
`sed 10q` emulates the default behavior of head, which is enough for most
cases.

-- 
caóc

Reply via email to