top of page
Search


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.,...
Author
Jul 6, 20243 min read
19 views
0 comments


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...
Author
Jul 6, 20241 min read
5 views
0 comments
bottom of page