On Fri, 12 Oct 2018, Allin Cottrell wrote:
To be explicit, here's a test case I just ran:
* There's a directory ~/stats/myhre on my system; it contains
among other things the scripts myhre_test.inp and findme.inp, and
the datafile myhre.asc. This directory is not my working
directory, neither is it the current working directory so far as
the shell is concerned. myhre_test.inp includes the lines
open myhre.asc
include findme.inp
(no paths given, just plain basenames).
I just tried a variant test -- I wasn't certain it would work, but
it does. Exactly as described in my previous post, except that I
moved findme.inp into a subdirectory of ~/stats/myhre named "subdir"
and amended the include line to read
include subdir/findme.inp
It was found OK.
Allin