Quote:
'whatis' is a command so you can find out what a program does. If you explore your Linux system, you will find a lot of programs and you may not know what they do. You would simply type: whatis grep for example, and you would get this:
grep (1) - print lines matching a pattern
Linux is good, but it's not all-knowing, so if you type: whatis cranapple juice You will get this message:
cranapple: nothing appropriate.
juice: nothing appropriate.
basically telling you that Linux has no idea what cranapple juice is
from here....