Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: READNULLCMD: its process and completion
- X-seq: zsh-users 13302
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: READNULLCMD: its process and completion
- Date: Wed, 01 Oct 2008 07:53:23 -0700
- In-reply-to: <20081001124053.125960b8@news01>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <alpine.LNX.2.00.0809302159250.20811@xxxxxxxxxxxxxxx> <20081001124053.125960b8@news01>
On Oct 1, 12:40pm, Peter Stephenson wrote:
}
} > 1. There's something weird about completion of 'init.d' scripts with the
} > '<filename' form. The simplest example I could find:
}
} There certainly is: [...]
} in other words *any* completion from *anywhere* involving files in an init
} and an rc directory tries to treat it as if it was a service to be started
} or stopped. It seems hard to believe this is the right thing to do.
I'm sure that's because you might run any of
/etc/init.d/service
sh /etc/init.d/service
sh -x /etc/init.d/service
or even pathologically I suppose
/bin/sh < /etc/init.d/service
(also any of same with one from /rc.d/*.d instead).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author