Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Get the result of the last glob



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