-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Hi, thanks for the concise and clear doc about $PATH in https://astrobiomike.github.io/unix/modifying_your_path
I followed all steps but when typing .. my-bin % ./what_time_is_it.sh
I get the message
zsh: no such file or directory: ./what_time_is_it.sh
I assume that the problem is that it is a "zsh" shell. Changed it to "bash" shell but do not know whether this was the problem - because ... see below
Suggested fix – if any, just reporting what's wrong is super-helpful either way :)
There are mistakes in the description. The correct spelling of the sh file with dashes, i.e. "what-time-is-it.sh" whilest in the description it is sometimes written with underscores "what_time_is_it.sh"
Reactions are currently unavailable