Why does the pipe, in a terminal command line, no longer work under MacOS Monterey 12.3.1?

215 views Asked by At

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.

0

There are 0 answers