./gcc --examples
Funciones y ejemplos de uso
file-read
gcc -x c -E /path/to/input-file
gcc @/path/to/input-file
file-write
gcc -x c /dev/null -o /path/to/input-file
shell
gcc -wrapper /bin/sh,-s x
./related --binary=gcc
Binarios relacionados
Comparten al menos una función con gcc.