[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command line tools and $PATH
From: |
Sebastian Reitenbach |
Subject: |
Re: command line tools and $PATH |
Date: |
Mon, 13 Nov 2006 20:38:59 +0100 |
Hi,
tgate <tgate@mypublic.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm going step by step through some of the learning material on line and
> I'm a bit confused by some of my results.
>
> I'm following this (A First Tool):
> http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/node2.html
>
>
> when I compile and install, if I enter the full path the tool works
> fine, however if I only specify the tool without the path nothing returns.
>
> %> which test
> ./test
> %> test
> %> ./test
> 2006-11-13 11:12:13.664 test[18076] This is the TEST program
>
>
> why do I need to put in the full path?
just a guess, but I would say: man test
;)
this one might be catched by the PATH environent settings before it finds the
test in your
directory.
kind regards
Sebastian