[TUHS] [tuhs] The Unix shell: a 50-year view

Nevin Liber nevin at eviloverlord.com
Tue Jul 6 15:10:56 AEST 2021


>
>
> He didn't need to abuse any existing program by adding new
> flags or the like; unless I am mistaken, `sed Nq', for some
> number `N', does exactly what `head -N' would do on a single
> file, obviating the very need for head(1).
>

To summarize this discussion:

cat -v should be a separate executable and not a command line option.
That's the Unix way.

head isn't needed because we can already do it with the command line
options for sed.  That's the Unix way.
-- 
 Nevin ":-)" Liber  <mailto:nevin at eviloverlord.com>  +1-847-691-1404
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20210706/a5340db5/attachment.htm>


More information about the TUHS mailing list