Bash Tutorials
Articles about bash (.sh) scripting in Linux; learn how to use bash scripting to automate repetitive actions and save time.
- How to read user input from shell scripts using the read command.
- How to use the tilde character in bash scripts, having it point to the users home directory as expected.
- Article trying to explain why you may not want to use bash for larger scripting work.
- How to make a simple bash script that watches files for changes.
- How to generate, and compare hashes from terminal using bash and PHP scripts in Linux.