i'm trying to basically make a shortcut for krabby (see link) so i dont have to type <krabby name (pokemon name)> to see a specified pokemon. basically how can i make a script that passes the <command> and <option> to the output of what i type next?
They'd have to make an alias for every Pokemon. What they need is a simple program that reads input and executes the krabby command with that input as a parameter, then make it loop until it gets an exit command (or just Ctrl+C).
I suppose that's true, though with their vague requirements, I was imagining something more like a REPL, so they could enter as many Pokemon as they wanted in a row, without needing an alias every time.