![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
DESCRIPTION
Checks if a YubNub command exists or not.
Returns 1 if the command exists, and 0 if it does not.
EXAMPLES
CommandExists man
-returns 1 because the command 'man' exists.
CommandExists NonExistantCommand
-returns 0
AUTHOR
Allen Ormond - aormond (at) gmail (dot) com
This command is similar to '4ifnotacommand' which I was having a few
problems with. I've used a slightly different method for this command
which hopefully will work better.