Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
zX41ZdbW
21 days ago
|
parent
|
context
|
favorite
| on:
Fish 4.0: The Fish of Theseus
Thanks! I'm trying fish once in a while, and currently, the following are missing:
$ cat <(echo "Hello") Hello $ cat <<<"Test" Test
jcgl
11 days ago
|
next
[–]
In regards to the former, you use the psub function instead of special syntax (a pattern that fish often follows):
$ cat (echo Hello | psub)
reply
jcgl
11 days ago
|
prev
[–]
Also, fish doesn't have here-strings/here-docs, I believe. That is far and away the main thing I miss in fish.
reply
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: