Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the ''bye' is a shell command' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
'bye' is a shell command
Authored by: sharumpe on Aug 19, '02 11:10:55AM

...in the 'sh' shell, ie. /bin/sh. By default you use tcsh in the terminal but sh is the default shell in single-user mode.

You can try out the sh shell from your terminal by opening a window and typing 'sh' at the prompt.

Mr. Sharumpe



[ Reply to This | # ]
'bye' is a shell command
Authored by: mervTormel on Aug 19, '02 05:49:19PM

more specifically, 'bye' is a zsh command equaling 'exit'.

% man zshall
...
bye Same as exit.
...

zsh being the default 'sh' of X 10.1.x

this changes in X 10.2, as the default 'sh' is bash



[ Reply to This | # ]