A Guide to Essential CLI Commands
The Command Line Interface (CLI) is a tool for interacting with your operating system.This is a guide to some of the most commonly used CLI commands.
Navigating File System
pwd - Print the working directory
Usage:
$ pwd
home/user
ls - List all ...
genishprakash.hashnode.dev8 min read