A
Albert Schlef
Does mac osx supports the "2>&1" syntax to redirect stderr?
In other words, does the following line of code work as expected in mac
osx?
output = `some_command 2>&1`
In other words, does the following line of code work as expected in mac
osx?
output = `some_command 2>&1`