got this from Deutsche Bahn for new year's eve - a plant in a can

![]() mailto, against spam! 31. Dezember 2011Sonstiges · 31. Dezember 2011 01:17 got this from Deutsche Bahn for new year's eve - a plant in a can ![]() Tags: mobil Output on standard inputComputer · 10. Dezember 2011 15:52 Following happened: $ ./program hello world $ ./program > /dev/null hello world $ ./program > /dev/null 2> /dev/null hello world Solution: $ ./program 0> /dev/null What happened? 1 #include <stdio.h> 2 3 int main() 4 { 5 write(0, "hello world\n", 12); 6 } |
Einträge anzeigen
Jahr 2012 (5) AbonnierenTags |