In this guide, we will learn what is sshpass utility, how to install sshpass in Linux and FreeBSD, and how to use sshpass for non-interactive SSH login in shell scripts in Linux.
shell scripts
- Bash scriptingBASHBash TipsLinuxLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
How To Parse CSV Files In Bash Scripts In Linux
By KarthickThis tutorial explains how to parse CSV files in Bash shell scripts using awk and sed utilities in Linux with examples.
- Bash scriptingBASHBash TipsLinuxProgrammingScriptingShell ScriptsUnix/Linux Beginners
How To Create GUI Dialog Boxes In Bash Scripts With Whiptail In Linux
By KarthickThis guide explains what is Whiptail, how to install Whiptail in Linux and how to create GUI dialog boxes in Bash Scripts using Whiptail in Linux.
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsScriptingShell ScriptsUnixUnix/Linux Beginners
How To Use Date Command In Bash Scripting In Linux
By KarthickThis guide explains how to use date command in Bash scripting, how to work with date and time using date in shell scripts, how to manipulate them and do various operations with it in Linux.
- Bash scriptingBASHBash TipsLinuxLinux AdministrationScriptingShell ScriptsUnixUnix/Linux Beginners
How To Debug Bash Scripts In Linux And Unix
By KarthickBy Karthick 2.6K viewsDebugging helps you to fix the errors in your program. In this article, we will discuss various techniques to debug bash scripts with examples in Linux and Unix operating systems.
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
How To Create GUI Dialog Boxes In Bash Scripts With Zenity In Linux And Unix
By KarthickBy Karthick 18.7K viewsZenity is a rewrite of gdialog, the GNOME port of dialog which allows you to create GUI dialog boxes in Bash scripts in Linux, BSD and Windows.
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Case Statement
By KarthickBy Karthick 2.5K viewsThis guide explains what is Bash case statement and how to use case statement in Bash shell scripts with examples.
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Printf Command Explained With Examples
By KarthickBy Karthick 7.1K viewsIn this article, I am going to explain the basic usage of the Bash…
- Bash scriptingBASHBash TipsLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Associative Array Explained With Examples
By KarthickBy Karthick 26K viewsThis is the second article as part of bash arrays. In the previous article,…
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Indexed Array Explained With Examples
By KarthickBy Karthick 17.7K viewsArrays are a type of data structure that is used to store values of…
- 1
- 2