(no title)
nodesocket | 3 days ago
command &2>&1
Since the use of & signifies a file descriptor. I get what this ACTUALLY does is run command in the background and then run 2 sending its stout to stdout. That’s completely not obvious by the way.
nodesocket | 3 days ago
command &2>&1
Since the use of & signifies a file descriptor. I get what this ACTUALLY does is run command in the background and then run 2 sending its stout to stdout. That’s completely not obvious by the way.
dheera|2 days ago
command &stderr>&stdout
jolmg|2 days ago
unknown|2 days ago
[deleted]