Re: Mike releases the "home" command, Version #2
From: Frostbite (bill.gates_at_ms.com)
Date: 01/27/04
- Next message: Mike Cox: "Re: Mike releases the "home" command, Version #2"
- Previous message: Christopher Browne: "Re: Tax Software (US) for Linux ?"
- In reply to: Mike Cox: "Re: Mike releases the "home" command, Version #2"
- Next in thread: Jim Richardson: "Re: Mike releases the "home" command, Version #2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 26 Jan 2004 23:44:32 GMT
Mike Cox wrote:
> In article <101b63pkb7ne235@corp.supernews.com>, "Joseph Haig"
> <jhaig@nospam.maths.man.ac.uk> wrote:
>
>
>> Mike Cox wrote:
>>
>>> /*
>>> (c) 2004 Mike Cox. Released under the GNU GPL License.
>>> email: mikecoxlinux@yahoo.com
>>> web: www.geocities.com/mikecoxlinux/
>> etc ...
>> Just a question - what's wrong with 'cd'?
>
> Did you read the feature part of my home command? Home is typed "hm"
> now, which is the same length as cd, AND my "hm" command has buffers
> where you can store ALL your favorite long paths forever, and recall them
> with a simple command such as this: "hm -r b" which would take you to a
> path like this: /ive/been/traveling/far/away/in/my/long/directories/
or you could alias your favorites
function cda() {
builtin cd /my/favorite/dir
}
function cdb() {
builtin cd /my/other/favorite/dir
}
--
- Next message: Mike Cox: "Re: Mike releases the "home" command, Version #2"
- Previous message: Christopher Browne: "Re: Tax Software (US) for Linux ?"
- In reply to: Mike Cox: "Re: Mike releases the "home" command, Version #2"
- Next in thread: Jim Richardson: "Re: Mike releases the "home" command, Version #2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|