Linux Shell and Bash
Explanation Linux and the Bash shell.
cd (Change Directory):
Used to change the current working directory in a Linux terminal. You specify the directory you want to change to as an argument. Example: cd /home/user/documents will change the current directory to “/home/user/documents.”
ls (List):
Used to list the files and directories in the current directory. Example: ls will display a list of files and directories in the current directory.
make:
Used to build and compile programs from source code using a Makefile: It automates a compilation process.
git pull:
Used to fetch changes from a remote repository and merge them into the current branch.
clear:
Clears all previous code in the terminal
mkdir:
Used to create new directories