./make --examples
Funciones y ejemplos de uso
file-read
make -s --eval='$(file >/dev/stdout,$(file </path/to/input-file))' .
file-write
make -s --eval='$(file >/path/to/output-file,DATA)' .
shell
make --eval='$(shell /bin/sh 1>&0)' .
./related --binary=make
Binarios relacionados
Comparten al menos una función con make.