top of page
Search
Author
Jul 6, 20243 min read
Mastering Bash Positional Parameters: A Comprehensive Guide
Positional parameters are used in Bash scripts to pass arguments to the script. These parameters are accessed using $1, $2, $3, etc.,...
19 views0 comments
Author
Jul 6, 20241 min read
Master Bash Shell Scripting Techniques: Variables, Expansions, and More
1. User-Defined Variables and Shell-Defined Variables a) User-Defined Variables b) Shell-Defined Variables HOME: The home directory of...
5 views0 comments
bottom of page