Articles
- Bash Tutorial
- Bash – Hello World
- Bash – Variables
- Bash – Comments
- Bash – Quotes
- Bash – Debugging
- Bash – Exit Codes
- Bash – Command Arguments
- Bash – Include Files
- Bash – Shell Commands
- Bash – User Input
- Bash – Arithmetic Operations
- Bash – Numeric Comparisons
- Bash – String Comparisons
- Bash – If-else
- Bash – For Loop
- Bash – While Loop
- Bash – Case
- Bash – Functions
- Examples
- Add two numbers?
- Check if two strings are equal?
- Concatenate Two Strings
- Check if string contains another string?
- Split a string on a delimiter
- Store command output to variable
- Read file line by line?
- Bash – Find factorial of a number
- Bash – Create File Directory with Datetime
- Bash – Check If Directory Exists
- Bash – Check If A File Exists