On May 19, 2005, at 4:30 PM, Allan Odgaard wrote:
The “~” is shorthand for your home directory. So it does not live in the above path.
I knew that. But I missed it. Thank you Allan
by .bash_profile has: export PATH=$PATH:/usr/local/bin:/usr/local/ php5/bin:/usr/sbin
In that case, you should be able to just use “Markdown.pl” w/o the path. Otherwise use: /usr/local/bin/Markdown.pl, i.e. without the tilde.
Strangely neither: Markdown.pl nor "Markdown.pl" even with the profile above. Any ideas why?