Hacker News new | past | comments | ask | show | jobs | submit login

Thanks! I'm trying fish once in a while, and currently, the following are missing:

    $ cat <(echo "Hello")
    Hello
    $ cat <<<"Test"
    Test



In regards to the former, you use the psub function instead of special syntax (a pattern that fish often follows):

$ cat (echo Hello | psub)


Also, fish doesn't have here-strings/here-docs, I believe. That is far and away the main thing I miss in fish.



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: