in reply to Re: what is /usr/bin/head
in thread what is /usr/bin/head

Thank you for making it clearer. Is it correct to say that every unix utility must have unique name?

Replies are listed 'Best First'.
Re^3: what is /usr/bin/head
by ysth (Canon) on May 24, 2006 at 01:42 UTC
    If they are all going to live in the same directory, yes.

    HEAD (and GET and POST) are optional extras in libwww-perl; they are just aliases to the lwp-response script and aren't even built by default. head, on the other hand, is a fairly basic utility that should always be around, and all kinds of shell scripts can be expected to break if it isn't.