Supposed I have in a directory
A/xxxx.grp
A/B/yyyy.grp
and yyyy.grp includes a .def file that has a loadgrp directive requesting xxxx.grp.
I would expect eduke32 -gA/B/yyyy.grp -jA to allow the loadgrp command to find xxxx.grp. However, this does not seem to work. I thought maybe loadgrp searches the current directory from which eduke32 is launched or the same directory as the group file from which the .def file is loaded, but those don't work either. In fact, only having xxxx.grp in the same directory as yyyy.grp AND explicitly loading directory A/B with -j seems to do any good.
Now this is important as in Linux one is supposed to keep static data and dynamic data separate so using paths like that ought to work. In particular I do not want to have a "your duke3d directory" with everything including the kitchen sink and the cat's food bowl bunged in there, like in the evil bad days of Windows

So how exactly from a command line can I tell eduke32 the directories for a loadgrp directive to search for the file it requests?