Talk:Shell one-liner: Difference between revisions

Content added Content deleted
(Remove C and Autohotkey?)
Line 15: Line 15:
echo 'main() {printf("Hello\n");}' | gcc -w -x c -; ./a.out ; rm a.out
echo 'main() {printf("Hello\n");}' | gcc -w -x c -; ./a.out ; rm a.out
(But it would overwrite a possible 'a.out' in the current directory...) [[Special:Contributions/187.25.221.53|187.25.221.53]]
(But it would overwrite a possible 'a.out' in the current directory...) [[Special:Contributions/187.25.221.53|187.25.221.53]]

==Remove C and Autohotkey?==
... For relying on the underlying shell too much. It seems to me that that phrase was put in the task definition to stop the shell being used to create temporary files, pipe things around, execute multiple commands etc. --[[User:Paddy3118|Paddy3118]] 06:31, 5 June 2009 (UTC)