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: semicolon at beginning of line

2012-04-08 Thread Joseph Fredette
Could also use a #, no? On Sun, Apr 8, 2012 at 8:46 PM, Steven W. Orr wrote: > On 4/7/2012 4:00 PM, Elliott Forney wrote: > >> I wish bash would happily execute lines that begin with a semicolon, >> i.e., treat it as a no-op followed by a command. The following >> examples come to mind: >> >> $