Tab-completion friendly names for start / stop
- by Ben Page
I have many scripts that are used to start and stop services. It is frustrating when using tab completion that you need to type:
./serviceScript.sh [sta|sto]
before there is enough information for tab-completion to complete the word start or stop.
Does anyone have a different pair of words that could be sensibly used in the place of start stop, or alternatively, a better solution to my problem?