Topics
Bash Script
About this topic: Articles tagged __TAG__
Showing 4 articlesRelated tags
Topics
Articles
Showing 4 articles
How-tos
How to Call Another Script From Current Script in Bash
This tutorial teaches you how to run another script from your current script in Bash. Explore methods like using the source command, dot command, execute permissions, and command …
↗
How-tos
shebang in Bash Script
This tutorial provides an in-depth look at the shebang in Bash scripts, explaining its definition, usage, and variations. Learn how to effectively implement the shebang in your …
↗
How-tos
How to Use getopts in Bash Script
This shows the usage of getopts in bash scripts by parsing options with arguments and parsing options without arguments.
↗
How-tos
How to Get Script Directory in Bash
This tutorial demonstrates getting the directory that a script is located in by using the $0 and dirname, BASH_SOURCE array, readlink command, and realpath command.
↗
No articles found
Try clearing the filters.