(no title)
maxeda | 3 days ago
I had never made the connection of the & symbol in this context. I think I never really understood the operation before, treating it just as a magic incantation but reading this just made it click for me.
maxeda | 3 days ago
I had never made the connection of the & symbol in this context. I think I never really understood the operation before, treating it just as a magic incantation but reading this just made it click for me.
jibal|3 days ago
To be consistent, it would be &2>&1, but that makes it more verbose than necessary and actually means something else -- the first & means that the command before it runs asynchronously.
kazinator|3 days ago
Thus you cannot write:
You also cannot write However you may write The n>& is one clump.