Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Get the result of the last glob
- X-seq: zsh-users 24168
- From: "Daniel Shahaf" <d.s@xxxxxxxxxxxxxxxxxx>
- To: "Aryn Starr" <whereislelouch@xxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: Get the result of the last glob
- Date: Wed, 21 Aug 2019 14:34:43 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=mime-version:message-id:in-reply-to :references:date:from:to:subject:content-type; s=fm1; bh=NxBgeZf gPtMnbVtGkviq/uN/XQxzWTSxf1gvoDJFg2o=; b=fPvR8rkeWWxj1ZrnIuxPT2J oV8fcqx1qOkqsu9e5BEmxlQIvQ8nb5qpKcrCaWHeF4sKArl8IRKmSNkujkyU7DLM jEFLh1w8EUbmBj5ynInDLucLPMKWesMoIC4f4jT+I7+GMMql3Vlc0RQYuIQ9Fb7n 8LtpeR50mc1fwEDUQRYHs/5F6KnfDAnIVl3JYJR84GS4pt7HNuke/6uzXoyL84pN 3uBhFcZJ2mNUQlKKl46XVkQnWfsIcO79Qs9okmRqm4zwj/BXLQvQRtoPCgfiI1RG sveELmwU8WCecUczDZOtkgv7LBSW/lPp6Rso5/NeYymMO+L8lYAaAIaQdhievIA= =
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=NxBgeZ fgPtMnbVtGkviq/uN/XQxzWTSxf1gvoDJFg2o=; b=Pdrq57iEqbPvS/8ZYmyElw URFAVaIV7/DF3zrSRP/tJl1KZHihBeY/NbWgCbn+9oiSdrJHEhArZkOxQBJndDZ+ CRPkoUxhfGuYZWFzaFrQzMUMcD7bgTCZbE2tKFPN6NCFPuzORgg45MTD0VB8LZNM 0lMOaGBVMS6oYqrfpt0yx5U3tJW08XnXXgfyyPQHPJeX3+aiKb1PW+A6IW9dqMj0 DoCEikT58Xatz8uR6K/knuGUUiBiWqgR+3uigZSTWSafaxL4RYMT6PVKsIQ5zMRe 0DB9YjQt5T246Yeo6o9kQWBe1DLqY/nHnqA9O8+hKtk+R1OcYXgHJVfjFC2P6j6A ==
- In-reply-to: <2630172a-ed53-48e8-b684-48b8bb59c5f6@www.fastmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <918ED85F-9DE5-4365-B962-45AD4AADDF46@icloud.com> <2630172a-ed53-48e8-b684-48b8bb59c5f6@www.fastmail.com>
Daniel Shahaf wrote on Wed, 21 Aug 2019 14:33 +00:00:
> Aryn Starr wrote on Wed, 21 Aug 2019 13:22 +00:00:
> > ebook-convert * *.epub
>
> Assuming emacs keybindings, you can do:
Clarification: this assumption is only important for the expand-word example, since vi mode uses different keybindings.
> ebook-convert * *<Ctrl+X>*.epub
>
> (where "<Ctrl+X>*" is the default binding for the expand-word widget,
> which will expand the glob)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author