Since the latest MacOs Monterey 12.3.1 update, the pipe no longer works in the following command line :
gcc *.c | ./a.out
I want to compile and run, at the same time, a .c file, which I could do before.
Since the latest MacOs Monterey 12.3.1 update, the pipe no longer works in the following command line :
gcc *.c | ./a.out
I want to compile and run, at the same time, a .c file, which I could do before.