On Wed, Mar 29, 2006 at 03:38:37PM +0200, Claes Nästén wrote: > Hi, > > I did a quick run through the documentation of fish on the fish site > and did not find anything corresponding syntax I'm used to from bash: > > $ vimdiff <(ls /dir1) <(ls /dir2) > > Is there corresponding functionality/syntax in fish available, and if > not planned?
Yup. You have to use the psub builtin for this. $ vimdiff (ls /dir1|psub) (ls /dir2|psub) James -- GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
