Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Get the result of the last glob
- X-seq: zsh-users 24166
- From: Aryn Starr <whereislelouch@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Get the result of the last glob
- Date: Wed, 21 Aug 2019 17:51:11 +0430
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1566393675; bh=CFroQouX7K0rt/HYVGEljp79RBy6G4jqtSCytjP5uho=; h=From:Content-Type:Date:Subject:Message-Id:To; b=eDuRJ64Y2UB3nPsS0MDeHjP+E5bIHcbpSL4Pqd4TPCW2Wg7GgMOITAxxCDEqR4Uyk WOECy+aQZquPC8q1WRV3wDRMFAo9Mw/Gp0azXmTLFSfvruWKhfMbW8+mQGN21Cgkbo fWVblJDPPo293e1X/6pZglPnyAojj1tQM0SFAx28pYaPG+zuiaJ/eAFPHtuD/Ogk03 LVpRmExBx0XpYEuEG4ec5gL1GEiAPFT9kC9CmUXoe2wsJ6ES7vemzswNeVzGArZSWN HJr8+HNMToajdVO/jdrTs+zEr5hCbmOEIJllJV8oIZ52yGS1sqprr4PAnl/fy1AvqO r5HLtoQkjn4rg==
- 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
Is there a way to get the result of the last glob?
I want to do sth like this in a folder with only one file, somebook.mobi:
ebook-convert * *.epub
Which I want expanded to:
ebook-convert somebook.mobi somebook.mobi.epub
Messages sorted by:
Reverse Date,
Date,
Thread,
Author