if statement
Jun 3,93One of the most commonly used programming constructs is the conditional execution, or the if statement. This statement is used to …
Read MoreWrite shell scripts
Jun 3,93Let’s write a simple shell script. This script will execute a single echo command: To run the script, we need to …
Read MoreCreate shell scripts
Jun 3,93A shell script begins with a line that identifies the shell that’s used to run it. If you use the …
Read MoreShell scripts
Jun 3,93A shell script is a program that can be run in the Linux shell. Scripts are written in an interpreted …
Read MoreRedirect email
Jun 3,93You can use email aliases to enable one email address to stand in for another one. For example, since reading …
Read MoreRead and send mail
Jun 3,93The mail program is a very basic command-line email utility that can be used to read mail or send mail …
Read More