SHELL Script Variable Declaration

  • Local Variables
  • Environment Variables
  • Shell Variables (special)

Local Variables:

created and maintained by user.

Syntax: variable=value

Example:
a=10
Echo $a

Environment Variables:

Examples:

echo $HOME
echo $PWD

Shell Variables (special):

Example:
echo $#
echo $?
echo $-
echo $$
echo $*

Popular posts from this blog

Oracle Database 19C Performance Tunning - PART 1

Oracle RMAN Backup And Restore

Oracle Patching Using Opatch Utility

Welcome to DBA Master – Database Tips, Tricks, and Tutorials

Oracle 19c Database Software Installation in OEL8

PostgreSQL Triggers

PostgreSQL Opensource Installation in RHEL or Oracle Linux(OEL) 8 and above

PostgreSQL Cursor

PostgreSQL Procedures

PostgreSQL User & Role Management