Proposed monthly Frequently Axed Questions posting, round II

Steve Hayman sahayman at iuvax.cs.indiana.edu
Fri Jun 9 03:47:02 AEST 1989


>>	    alias pushd 'pushd \!* && set prompt="${cwd%} "'
>>	    alias popd  'popd  \!* && set prompt="${cwd%} "'
>These should be ${cwd}% shouldn't they?


Yes they should.  Thanks for noticing, it was a mindless typo on my part.
Also thank you to everyone who pointed out that the 'mv *.foo *.bar'
example could be done a lot more simply with mv $f $f:r.bar  - I should
have thought of that

..Steve



More information about the Comp.unix.questions mailing list