On the bash shell if I type "fortune -f" it outputs:
___% /usr/share/games/fortunes
___% zippy
___% fortunes
___% fortunes2-o
___% limerick-o
___% startrek
___% fortunes2
___% unamerican-o
___% fortunes-o
___% linuxcookie
When I type os.system("fortune -f") in python it outputs:
___% fortunes
''
How do I bypass it and get the orginal output?