Re: Input and output for program
Brian Carp (brian.carp@yale.edu)
Mon, 18 Jan 1999 22:11:11 -0500 (EST)
> A better solution, in this particular case, is
>
> set path = (`echo $path | sed 's/ \.$//'`)
>
> You get the idea...
>
> Shawn
Except that this solution is not necessarily a stable one. Is it
guaranteed that . will always be at the end of the path, or could
something else be eventually tacked on later?
Brian