Hello.

I am writing a quick script in order to parse a users $PATH variable, but I
hit upon a quandry.

The PATH environment is one long string with element separated by a ":", no
mystery there, but
how would I look at each individual element? Normally I would use split on a
line by line basis, but
this isn't line by line.

Any advice?

Thanks so much!


-James


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to