On 08/22/2017 07:36 AM, Gordon Messmer wrote:
> Yes, it should be, but the question is still valid.  You *should* get this 
> response:
>
> $ which goto
> goto: shell built-in command.
>
> If that's not the response you get, the result might be informative.

FWIW, you only get that result if the shell you are running is csh.

egreshko@meimei ~]$ echo $0
/bin/bash

[egreshko@meimei ~]$ which goto
/usr/bin/which: no goto in
(/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/egreshko/bin)

[egreshko@meimei ~]$ csh
[egreshko@meimei ~]$ echo $0
csh

[egreshko@meimei ~]$ which goto
goto: shell built-in command.


>
> You seem to be scolding/yelling at Patrick, which would be rude. Just a tip: 
> we're
> all here to help each other, and we should all make an effort to be pleasant.


+1


-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to