HN user

despite2

16 karma
Posts0
Comments7
View on HN
No posts found.

But what is the outcome? In what way does this undo the damage? They submitted a letter of support, and I presume money, to Congress. A post on their web page does not take back any of that.

With bash putting a command in <() uses the output of the command as though it were a file. I use it to diff the output of two commands: diff <(command 1) <(command 2)

I've never used it, but I assume >() uses a command as though it were a writable file. So instead of history -a file writing to file, he does history -a >(logger) to write to the logger command. Seems pretty clever to me.