Path: utzoo!attcan!utgpu!watmath!iuvax!sahayman From: sahayman@iuvax.cs.indiana.edu (Steve Hayman) Newsgroups: comp.unix.questions Subject: Re: Proposed monthly Frequently Axed Questions posting, round II Message-ID: <21816@iuvax.cs.indiana.edu> Date: 8 Jun 89 17:47:02 GMT References: <21764@iuvax.cs.indiana.edu> <10192@watcgl.waterloo.edu> Reply-To: sahayman@iuvax.cs.indiana.edu (Steve Hayman) Organization: Computer Science Department, Indiana University Lines: 11 >> 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