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

Re: process substitution question



On Oct 22,  5:08pm, Paul Lew wrote:
} Subject: process substitution question
}
}     > cmd file:=(command)
} 
} What is the best way doing this?

Probably this:

	cmd file:${:-=(command)}



Messages sorted by: Reverse Date, Date, Thread, Author