Member-only story

Some Basic Shell commands

Positive Stud
4 min readJun 30, 2020

--

Before we dive into Git commands, it would be better for us to become familiar with some of the basic shell commands. Here, I will be presenting some of the basic shell commands using Git Bash.

If you have not installed Git in your PC yet, you can visit the link provided below for complete guidance about the installation of Git.

Basic Shell commands for directory management

ls

‘ls’ command is used to list files and directories.

‘ls’ command displays all the files present in the current directory
‘ls -l’ command is used to show folders in table format
‘ls -la’ command is used to show all the files and folders, including hidden files of the directory

cd

‘cd’ command is used to change directory.

--

--

Positive Stud
Positive Stud

Written by Positive Stud

Cloud Computing | Data Science | Mobile Application Development | Artificial Intelligence | Python Programming | Soft Skills | Many more…

No responses yet