Hacker News new | ask | show | jobs
by chasil 783 days ago
ksh/bash can abbreviate $(cat x) to $(<x) although this syntax is not in POSIX (and it should be).