Hacker News new | ask | show | jobs
by topkekz 3258 days ago
How come emacs shell still does not support input redirection? You have to do

    cat file | program
instead of

    program < file