I was trying to install qmail and I discovered that the 'head' command (print initial lines of a file) got overwritten by the HTTP-related 'HEAD' command. (Yes, I am using the case-insensitive HFS+ file system.)
What's the simplest/best way to get my 'head' back? I suppose I could write a replacement in perl, but I'd rather have the original back.
What's the simplest/best way to get my 'head' back? I suppose I could write a replacement in perl, but I'd rather have the original back.