On Fri, 13 Jan 2006 14:02:40 -0500, wrote:
>On Fri, Jan 13, 2006 at 01:51:11PM -0500, Igor Peshansky wrote:
>>On Fri, 13 Jan 2006, zzapper wrote:
>>
>>> Hi,
>>>
>>> I often want to cd to a (DOS) path that I've copied from some Windows
sh proof
>>>
>>> function cdp()
>>> {
>>> # cdp(aste)
>>> # de
On Fri, Jan 13, 2006 at 01:51:11PM -0500, Igor Peshansky wrote:
>On Fri, 13 Jan 2006, zzapper wrote:
>
>> Hi,
>>
>> I often want to cd to a (DOS) path that I've copied from some Windows
>> App.
>>
>> The following function (put in one of your startup files .bashrc
>> .profile etc) saves a few clic
On Fri, 13 Jan 2006, zzapper wrote:
> Hi,
>
> I often want to cd to a (DOS) path that I've copied from some Windows
> App.
>
> The following function (put in one of your startup files .bashrc
> .profile etc) saves a few clicks and is forward or backslash proof
>
> function cdp()
> {
> # cdp(aste)
On Fri, 13 Jan 2006 10:28:45 -0800, wrote:
>On 1/13/06, zzapper <[EMAIL PROTECTED]> wrote:
>> I often want to cd to a (DOS) path that I've copied from some Windows App.
>
>The cygpath program will do the slash conversion for you:
>
>cdclipboard()
>{
>unixpath=`cygpath -f /dev/clipboard`;
On 1/13/06, zzapper <[EMAIL PROTECTED]> wrote:
> I often want to cd to a (DOS) path that I've copied from some Windows App.
>
> The following function (put in one of your startup files .bashrc .profile
> etc) saves a few clicks
> and is forward or backslash proof
>
> function cdp()
> {
> # cdp(as
> I often want to cd to a (DOS) path that I've copied from some
> Windows App.
>
> The following function (put in one of your startup files .bashrc
> .profile etc) saves a few clicks and is forward or backslash proof
[snip]
Without deminishing the value of this procedure, I simply wanted to say
Hi,
I often want to cd to a (DOS) path that I've copied from some Windows App.
The following function (put in one of your startup files .bashrc .profile etc)
saves a few clicks
and is forward or backslash proof
function cdp()
{
# cdp(aste)
# description : Cd to path in paste buffer: convert f
7 matches
Mail list logo