Re: UNIX/Linux commands w/i Java

2001-06-14 Thread Sean OwensSean Owens
Priestley, Andy writes: > Hello Everyone! > > I'm new to this mailing list and am looking quite forward to conversing w/ you all. > > I'm attempting to put UNIX commands w/i in my Java code. A simple > example of this would be to change directories on the UNIX box and > look for files w/

Re: UNIX/Linux commands w/i Java

2001-06-14 Thread Peter Schuller
> I'm attempting to put UNIX commands w/i in my Java code. A simple example of this >would be to change directories on the UNIX box and look for files w/ a given >extension. I'm having a difficult time locating documentation on how to do this, and >more complex forms of the same idea. Do any of

UNIX/Linux commands w/i Java

2001-06-14 Thread Priestley, Andy
Hello Everyone! I'm new to this mailing list and am looking quite forward to conversing w/ you all. I'm attempting to put UNIX commands w/i in my Java code. A simple example of this would be to change directories on the UNIX box and look for files w/ a given extension. I'm having a difficult