What’s the difference between “>&1” and “>/proc/self/fd/1” redirection?
I’m working on some script that being run by rc.local at startup, and I noticed that output redirection works quite strange.
I’m working on some script that being run by rc.local at startup, and I noticed that output redirection works quite strange.