[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
set -x 2> >( .. ) no more working ?
From: |
Alex fxmbsw7 Ratchev |
Subject: |
set -x 2> >( .. ) no more working ? |
Date: |
Wed, 2 Feb 2022 19:09:36 +0100 |
i used set -x 2> >( .. ) to intercept and process set -x output
i wanted to try to code a back tracer or something
but .. it fails
all output of set -x is displayed normally on terminal
also 2>&1 therefore fails,
what did change .. ?
- set -x 2> >( .. ) no more working ?,
Alex fxmbsw7 Ratchev <=