Sujet : Re: All Hail Midnight Commander!
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : comp.os.linux.advocacyDate : 08. Nov 2024, 03:07:39
Autres entêtes
Message-ID : <lp5a3bFi7rkU1@mid.individual.net>
References : 1 2 3 4 5
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Thu, 7 Nov 2024 21:00:03 -0000 (UTC), candycanearter07 wrote:
rbowman <bowman@montana.com> wrote at 02:56 this Thursday (GMT):
On Thu, 7 Nov 2024 01:30:04 -0000 (UTC), candycanearter07 wrote:
>
Also pushd/popd are pretty nice sometimes.
>
Thanks. I'd forgotten about them.
Yeah, they're more useful for moving between tasks, or sometimes when
you need to do something in a certain working directly.
Over the years for my work source tree I've developed an extensive alias
file like
alias cadesri='cd $SRC_DIR/newmap/cadmap/lgim'
alias cadmsg='cd $SRC_DIR/cadmsg'
alias cfs='cd $SRC_DIR/net/cfsd
My own projects aren't so well organized and it would be handy if I'm
working in bar and want to snoop around in ../../python/django/bin to popd
back when I'm done. I used to do it but it's one of those things that id
you don't use them somewhat often you forget the exist.