I\'ve searched and I can only find questions about the other way around: writing stdin to a file :)
Is there a quick and easy way to dump the contents of a file to s
you can also try this
print ''.join(file('example.txt'))