Don't be afraid of the terminal!
touch file.py
mv file.py another/folder
rm file.py
cat file.py
nano file.py
or if you are particularly brave:
vi file.py
mkdir folder
ls folder
rm -rf folder
And that's all, folks!
These notes were written by Arun Kirubarajan. All rights reserved.