intro-bash
title: "courses/bash-course - intro-bash.md"
- **fileName**: intro-bash
- **Created on**: 2024-06-07 10:56:22
bash is the terminal lang for example any command in terminal can adding this command in bash file and run the file for example
ls
echo "welcome"
touch welcome.bash
very important must adding this line in start for every line for bash in Linux #!/usr/bin/bash
for specify the type for the file
continue: intro-bash.md