|
hi era
exec 2>/path/to/stderr.log ....
this command seems to be like an alternate for using -x when we run a script.... it directs not just the error but all the commands and the step wise execution for that program....
i would like to redirect only the standard errors of all the commands in a program .... any idea for that ..
|