Basic Command Line Tutorial
Directory means folder.
Command:
pwd - print working directory
pwd
This command will display the current directory or folder we are currently in.
Command:
ls - list
ls
This command will give us a list of contents inside our current folder.
Comman...
rajea-bilal.hashnode.dev2 min read