Introduction to unix, and basic shell commands.
Unix is a family of os (operating system). Mac-os, Android, ios , linux etc. As a developer we will learn some basic unix commands to do variety of operations.
Let's learn basic shell command:
(1) pwd - prints present working directory.
(2) ls - lis...
ravi13.hashnode.dev1 min read