Hi list!

Inspired by http://www.reddit.com/r/linux/comments/21rm3o/_/cgfwp4c I
wondered my self: What's the equivalent of

    diff <(date) <(sleep 1s; date)

in fish? I tried

    diff (date|psub) (sleep 1; date|psub)

but this blurbs also a set of error messages. Bug?

Thanks
- Ben



------------------------------------------------------------------------------
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to