Shell Script
Beginners guide to use script arguments in bash with examples
How to pass and store arguments to shell script? How to parse input arguments inside shell script? How to pass arguments to a function inside shell script in …
Bash string concatenate possible? [SOLVED]
How to concatenate strings with underscore, newline, whitespace or any other character in bash? How to append substrings in a string in bash or shell script? …
Bash check File Exists with Best Practices [5 Methods]
In this tutorial I have consolidated a list of file test operators which can be used to check different types of files. Bash Check file exists, is a symbolic …
Bash if else usage guide for absolute beginners
Beginners tutorial to learn bash if else statement in Linux and Unix. Nested if statement, Bash if multiple condition, if elif else statement with shell script …
Bash Function Usage Guide for Absolute Beginners
How to define bash function, pass command line arguments to a function and store it as variable or array, Use return value to return different exit codes from …
