What is really funny is this:
$ ls -al /usr/bin/bzless
lrwxr-xr-x 1 root wheel 6 Jul 23 2008 /usr/bin/bzless -> bzmore
$ head -20 /usr/bin/bzless
<snip>
prog=`echo $0 | sed 's|.*/||'`
case "$prog" in
*less) more=less ;;
*) more=more ;;
esac
</snip>
Just gotta love it.
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nlug-talk?hl=en
-~----------~----~----~----~------~----~------~--~---