[KLUG Members] Can you name that Distro?

Robert G. Brown members@kalamazoolinux.org
Mon, 28 Apr 2003 00:34:23 -0400


Peter Buxton suggested...
which dpkg && echo dpkg found
SO...
[~]# which dpkg && echo dpkg found
bash: which: command not found

BUT...

[~]# whereis dpkg && echo dpkg found
dpkg:
dpkg found

Which indicates that "which" isn't there, but "whereis" is....???

					Regards,
					---> RGB <---