Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Oct 1996 09:55:43 -0600
From:      Sean Kelly <kelly@fsl.noaa.gov>
To:        bruce perryman <bruce_perryman@ibi.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: 
Message-ID:  <325BCAFF.BA7@fsl.noaa.gov>
References:  <9609098448.AA844881340@tcpgate.ibi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Try typing

	./a.out

Or, add "." to the *end* of your executable PATH variable:

	PATH=${PATH}:.; export PATH          # sh/ksh/bash users
	set path = ($path .)                 # csh/tcsh/zsh users

-- 
Sean Kelly                          
NOAA Forecast Systems Laboratory    kelly@fsl.noaa.gov
Boulder Colorado USA                http://www-sdd.fsl.noaa.gov/~kelly/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?325BCAFF.BA7>