Gentoo Archives: gentoo-user

From: Daniel Vrcic <daniel.vrcic@××××××××.hr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to open a chdired rxvt?
Date: Sat, 28 Apr 2007 10:14:58
Message-Id: 20070428100404.GA2924@ipanema.org
1 * anhnmncb <anhnmncb@×××××.com> [07-04-28 11:39]:
2 > hi, list:
3 > I want to bound a key-binding to open a chdired rxvt. Say I'm in fvwm
4 > and the working dir is ~/, then I want to open a rxvt, which working
5 > dir is ~/doc, so I try:
6 > rxvt -hold -e bash -c "cd ~/doc"
7
8 That should be:
9
10 (cd ~doc/ && urxvt)
11
12 [...]
13
14 --
15 Daniel Vrcic
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] how to open a chdired rxvt? Daniel Vrcic <daniel.vrcic@××××××××.hr>