Shell Script to Check if the User is Logged in or Not

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script that sets…

Shell Script to Copy file1 to file2

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script that sets…

Shell Script to Add Two Float Numbers

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script that sets…

Shell Script to Multiply Two Numbers

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script that sets…

Shell Script to Add Two Numbers

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. A script that sets…

SQL Intermediate Queries Example – II

SQL is a standard language for storing, manipulating and retrieving data in databases.In this series of posts, we will discuss the SQL queries from very Basic to Advanced.It is recommended to view the post in the following order:1. SQL Basic…

SQL Advanced Queries Example – II

SQL is a standard language for storing, manipulating and retrieving data in databases.In this series of posts, we will discuss the SQL queries from very Basic to Advanced.It is recommended to view the post in the following order:1. SQL Basic…