Hacker News new | ask | show | jobs
by ufo 846 days ago
Is that only for command substitution?
1 comments

What do you mean? It's specifically for $(cat …) / $(< …): the latter is a faster equivalent of the former. Other than that, see my comment about $READNULLCMD.