Re: I have a bash style question. Feedback request.

2012-04-20 Thread Joseph Fredette
You may be interested in my version[1] of a directory stack module. It alters the API a bit from pushd and popd (I think for the better). And makes use of the subshell techique mentioned by dethrophes. [1]https://github.com/j

Re: I have a bash style question. Feedback request.

2012-04-20 Thread dethrophes
Am 20.04.2012 16:38, schrieb Steven W. Orr: I manage a hefty collection of bash scripts. Sometimes, I make heavy use of pushd and popd. When problems come up, the directory stack can make debugging more complicated than I'd like. One thing I did to get better control over things was to write a

Re: I have a bash style question. Feedback request.

2012-04-20 Thread Greg Wooledge
On Fri, Apr 20, 2012 at 10:38:24AM -0400, Steven W. Orr wrote: > (I hope people are still reading...) You'd get a better response on the help-bash mailing list, since you are not reporting a bug.