Re: Expanding variables in function name
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 07/06/05
- Next message: Barry Margolin: "Re: bash scripting problem"
- Previous message: Chris F.A. Johnson: "Re: bash scripting problem"
- In reply to: Jean-Rene David: "Re: Expanding variables in function name"
- Next in thread: Stephane CHAZELAS: "Re: Expanding variables in function name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 05 Jul 2005 23:11:06 -0400
In article <slrndcl35r.4hp.jrdavid@princo.homelinux.org>,
Jean-Rene David <jrdavid@magma.ca.INVALID> wrote:
> What I don't like about pushd/popd (unless there's an option I don't
> know about) is that the stack gets modified when I move around. I want
> the 3-4 directories I use all the time to be available all the time with
> consistent keystrokes.
How about using CDPATH? Put a directory of your own in this path, and
put symlinks to the directories you use all the time into this directory.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: Barry Margolin: "Re: bash scripting problem"
- Previous message: Chris F.A. Johnson: "Re: bash scripting problem"
- In reply to: Jean-Rene David: "Re: Expanding variables in function name"
- Next in thread: Stephane CHAZELAS: "Re: Expanding variables in function name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]