I use echo

The natural progression:
“You can program without an IDE !?” (Just come from a propitiatory platform Windows/OSX)

“I use Anjuta  ..it works, honest”
“I hate IDE’s to program with, they just distract from the job of programming…”
“I only use gedit to program”
“I use vim”

“I use echo”

michael@fornax:~$ echo -e “#include \n\nint main(){\n\nprintf(\”This is C\\\n\”);\nreturn 0;\n}” >> /tmp/cprog.c && gcc /tmp/cprog.c && ./a.out
This is C
michael@fornax:~$

[yes this is a joke]

One Response to “I use echo”

  1. Daviey Says:

    Hey Michael,

    You know, real men use “ed”! Give it a go :)

Leave a Reply