view wisdom/greater @ 11647:c9621db978d5 draft

<ais523> ` gcc -x c /dev/stdin <<< \'int main(void) {puts("Hello, world!"); return 0;}\'; ./a.out
author HackEso <hackeso@esolangs.org>
date Mon, 12 Nov 2018 00:39:13 +0000
parents 8ccdc498f164
children
line wrap: on
line source

A greater than sign instructs the shell to send the output of the command to a file.  Not very mnemonic, but a grater is the closest thing to a file that ASCII has.