1
GNU Makefiles'de proses ikamesi
Bir bash isteminde, sözde dosyaları kullanarak diff yürütülebilir: diff <(echo test) <(echo test) Bunu bir Makefile'a olduğu gibi eklemek başarısız olur: all: diff <(echo test) <(echo test) Hata (ipucu: / bin / sh bu sistemdeki / bin / bash öğesini gösterir): /bin/sh: -c: line 0: syntax error near unexpected token …