Re: [expert] Find Command

2001-09-06 Thread Joe Smith
Pierre Fortin wrote: ... > Yet: > > $ find .test -iname test\* -iname .test\* > $ find .test -iname test\* -or -iname .test\* -or -print > > give no output! Implies that '-print', while "True", impacts the results of the > tests by causing alteration of the remaining parm relationships... I th

Re: [expert] Find Command

2001-09-06 Thread Joe Smith
Pierre Fortin wrote: ... > I would think this indicates that "find" is buggy since the "-o|-or|," does not > seem to work as documented... comments...? ... find(1) is a first-class bitch of a program. It consistently trips me up with it's arcane syntax and unexpected behavior. In this case, y

[expert] Where is /usr/X11/bin added to PATH?

2001-09-04 Thread Joe Smith
A recent upgrade broke remote VNC access on our lab server because the user's PATH no longer includes /usr/X11/bin: xauth is not found and vncserver fails. Users logged in through xdm get /usr/X11/bin added to their PATH, but remote logins do not. Is this the way things are supposed to work?