Okay maybe the title is not 100% what I want to say but this is what I want to do.
I type in a command to execute a process on my ibook. But instead of having to type this long command over and trying to remember the command, is there a way to create a substitute command to execute this long command?
ie.
> passwd guest ###############################
so instead of having to type the above, I want to just type
> passwdguest
and so this command would actually execute
> passwd guest ###############################
I know something exist but I can't think of it to look it up.
Thanks