Using the command line or the terminal will help you be more productive as you don't have to navigate throw stuff manually and especially if you are a programmer you are always using your keyboard and the more you don't use the mouse the more you get productive.
.
Here are come of the commands that you can use and you may know some of them but just to refresh your memory.
.
cd : change directory, or change for one folder to another so you are just using it to navigate throw.
.
cd .. | this simply to go back one step or directory.
.
ls :list directory it's simply used to list all the folders and files is a specific directory.
.
dir: Does the same functionality as ls but sometimes ls does not work on Windows terminal so you could use dir.
.
mkdir: make directory. Simply used to create a new folder or directory.
.
touch: used to make files like touch hello.py. By doing that a file will be created in the directory.
.
code: this is especial for Visual studio code if you want to open a certain file or folder in VS code.you could type... code hello.py
.
Finally, if you would like to run your python file directly for the terminal you could do … python hello.py
.
.
.
.
Finally, let me know your thoughts on this and share with me any interesting commands that you know of to increase our productivity.
.
Follow me on social media for more awesome content around python and freelancing.
.
Instagram : / jubara_abdallah
LinkedIn : / abdalla-ashraf
Github : https://github.com/abdallahash
Portfolio : https://abdallahash.github.io
.
Don't forget to subscribe to the channel for more updates to come.
http://bit.ly/30OgRJZ
#windowsterminal #commandline #coding #terminal