bash$ wc <(grep script /usr/share/dict/linux.words) fish$ wc (grep script /usr/share/dict/linux.words | psub)
[1]: http://fishshell.com/
>(wc)
dag from GitHub came up with[0] a quick way of using psub:
bind \es 'commandline -ij "(|psub)"; commandline -f backward-word backward-word'
[1]: http://fishshell.com/