Used to open all the files in the directory.
ls
Used to show the current working direcory(print working directory)
pwd
Shows the manual of any command available.
cd "pathname"
EG-This will show you all the files and folders on Desktop.
cd "C:\Users\Dell\Desktop"
Used to change the directory from one folder to another
cd "pathname"
EG-This will show you all the files and folders on Desktop
cd "C:\Users\Dell\Desktop"