BCE-O535 Linux and Shell Programming

0 of 30 lessons complete (0%)

Module 6 Introduction to Shell

Positional Parameters

$1The first argument
$2Second argument
$0The name of the script
$#The number of arguments
$*The complete set of positional parameters as single string.
Parameters in Unix