wat betekend de & in dit verhaal 
ik kan het nergens terug vinden.
en waar om is het bij compileren && ipv & (make && make install)
3.4 Sample: stdout 2 stderr
This will cause the stderr ouput of a program to be written to the same filedescriptor than stdout.
grep da * 1>&2
Here, the stdout portion of the command is sent to stderr, you may notice that in differen ways.
ik kan het nergens terug vinden.
en waar om is het bij compileren && ipv & (make && make install)
3.4 Sample: stdout 2 stderr
This will cause the stderr ouput of a program to be written to the same filedescriptor than stdout.
grep da * 1>&2
Here, the stdout portion of the command is sent to stderr, you may notice that in differen ways.