Find the names of all the PDF documents in this web page: Celebration of Student Academic Excellence 2016.
Click here for the jupyter notebook
Caution! Not these are not undoable!!
See Linux command cheat sheet here: https://files.fosswire.com/2007/08/fwunixref.pdf
Further Motivation: Basically all supercomputers are built on linux. See this chart on the most powerful supercomputers.
os.system( your_command_as_a_string ) -- os.system('pwd')
If you want to capture the output with your code, you'll need a more complicated method: Google "python subprocess.Popen".