Revision information:

python program.py parameters Runs a python program with associated pogram-specific parameters. pwd Gives the pathname of the current directory (stands for “print working directory”) rm f Removes a file. ‘rm *.extension’ removes all files ending with “.extension” (use caution) ................
................