what is the difference between >&2 and &>2
There are two formats for redirecting standard output and standard error:
There are two formats for redirecting standard output and standard error:
Is there a difference between those two lines ?
I’ve stumbled on this issue, so I’m wondering how is this possible?