Shell Script
Bash Split String into Array (With Delimiters, Newlines & Examples)
Bash tutorial to split string into arrays using read -ra, IFS delimiters, and mapfile. Covers multi-line input and common mistakes.
Automate SFTP using shell script with password in Linux/Unix
Steps to automate SFTP using shell script with password and expect with examples SFTP command example in Unix shell script with passwordless authorized_keys
How to Compare Strings in Bash
How to compare strings in shell script in Linux and Unix. perform regex and pattern match or strings and sub strings. Learn about different comparison operator
10 find exec multiple commands examples in Linux/Unix
find exec multiple commands, find exec grep print filename, find exec example, find exec with pipe, find exec with sed. find exec shell script in Linux or Unix
Shell script to resize image, convert image format in Linux
Steps to convert image format, resize image percentage, scale using imagemagick in linux. shell script to batch resize image and convert image format in linux.
